I try to use procmail to send copies from all incoming emails to another email account (both of them on the same server, for example email1 and email2 accounts).
My .procmailrc is in email1 account:
:0c
! email2
As fas as I know this should keep a copy in email1 account too. But there is no email in that folder. (The forwarded emails appeared in email2 account correctly.)
How can I solve this problem?
Note: .forward file contains:
| "/usr/bin/procmail"
.procmailrc
then something in the delivery process is broken. If not, something later on in your.procmailrc
is routing the message to a folder you have not been looking at. Try running withLOGABSTRACT=yes
and/orVERBOSE=yes
. See furthermore partmaps.org/era/mail/procmail-debug.html – Squires$DEFAULT
,$ORGMAIL
, etc? There's a bunch of these, have a look at partmaps.org/era/procmail/mini-faq.html and/or the procmailrc(5) manual page. – Squires