Re: Mail forward question
Danny <[email protected]> Thu, 4 Dec 2014 18:53:17 +0200
| Newsgroups | gmane.mail.procmail |
|---|---|
| Message-ID | <[email protected]> |
Thank You ... Danny >On Dec 04 14, Andrew Edelstein : > > Here is the recipe: > > :0: > * ^(From|Cc|To|X-Loop|Sender|Bcc|X-BeenThere):.*newsletter@list\.rockauto > \.com > #* ^TO_admin@iaftercare\.com > ! [email protected] > $MAILDIR/incoming/offroading/rockauto > > As you can see the mail is supposed to be placed in the folder "rockauto" > which > is done, but it is not being forwarded to the user > "[email protected]" ... > > Any particular reason why? > > > Your recipe can only have one action and you have specified two: forward to > [email protected] AND place a copy in $MAILDIR/incoming/offroading/ > rockauto. > Man procmailex for an example of how to both forward the message and save a > copy.