3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] forwarding mails usin...
FromSent OnAttachments
KeerthiSep 4, 2003 1:38 am 
Andreas StollarSep 4, 2003 7:53 am 
Marcin OwsianySep 5, 2003 6:22 am 
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] forwarding mails using maildropActions...
From:Marcin Owsiany (porr@expro.pl)
Date:Sep 5, 2003 6:22:52 am
List:net.sourceforge.lists.courier-maildrop

On Thu, Sep 04, 2003 at 07:48:43AM -0700, Andreas Stollar wrote:

LOGFILE=$HOME/maildrop.log logfile $LOGFILE if (/^From:.*/) to "!some@domain.com"

This will actually only forward the messages which have a "From:" header. Some spam messages don't, and using the above rule could lead to accumulation of spam in the forwarding mailbox.

Remove the "if" line if you really want to have all messages forwarded.

Marcin