Different behavior with 'To' and 'Cc'
Hi, I have a few procmail recipes in rc.local.s00-s20 files that kill attachments, check for quoted lines etc. All these work fine when the list address is in the 'To' line of a message. But none of these recipes seem to be executed when the list address is in 'Cc' or 'Bcc' of an email. Any ideas why this is happening? And if I can do anything to fix it? Thanks, Harshal ===== http://www.mumbai-central.com : Where Mumbaikars meet __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com
Harshal wrote:
I have a few procmail recipes in rc.local.s00-s20 files that kill attachments, check for quoted lines etc.
All these work fine when the list address is in the 'To' line of a message. But none of these recipes seem to be executed when the list address is in 'Cc' or 'Bcc' of an email.
Any ideas why this is happening? And if I can do anything to fix it?
You can't check for Bcc because Bcc does not appear in the headers of incoming messages (B is for blind).
On Thu, May 16, 2002 at 05:49:31AM -0700, Harshal wrote:
All these work fine when the list address is in the 'To' line of a message. But none of these recipes seem to be executed when the list address is in 'Cc' or 'Bcc' of an email.
Any ideas why this is happening? And if I can do anything to fix it?
To see what's going on set VERBOSE=yes in rc.custom. To catch also addresses in CC header fields use the ^TO macro in your recipes. This macro may also catch BCC fields if there is a MTA involved which rewrites the envelope address into something like "Envelope-To: ..." You may check "man procmailrc" Werner
participants (3)
-
Harshal
-
Santiago Vila
-
Werner Reisberger