3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Using maildrop for au...
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:Re: [maildropl] Using maildrop for autoforwardingActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Sep 29, 2004 4:31:40 pm
List:net.sourceforge.lists.courier-maildrop

Jay Lee writes:

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.

You'll have to do it manually:

cc "| sendmail -fsenderuser@senderhost anot@another.domain.com"