3 messages in net.sourceforge.lists.courier-maildrop[maildropl] Using maildrop for autofo...
FromSent OnAttachments
Jay LeeSep 29, 2004 1:43 pm 
p dont thinkSep 29, 2004 2:54 pm 
Sam VarshavchikSep 29, 2004 4:31 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Using maildrop for autoforwardingActions...
From:Jay Lee (jl@pbu.edu)
Date:Sep 29, 2004 1:43:42 pm
List:net.sourceforge.lists.courier-maildrop

I have Courier-MTA and maildrop configured on a RHEL3 box, everything's working great. All users are virtual LDAP users, all Maildirs are owned by an account named vmail. My users are allowed to create server side filters using a Squirrelmail plugin. In order to autoforward their mail to another account I have them create a rule like this:

if (/^From:.*/) { cc "!anot@another.domain.com" }

This seems to work great except for one issue. When maildrop resends the message to anot@another.domain.com, it adds this header:

Return-Path: <vma@myrealdomain.com>

This causes delivery failures, etc to go to vmail (which I have aliased to postmaster) rather than to the sender. Anything I can do to suppress that header or maybe I'm just doing things completely the wrong way? Thanks.

Jay