procmail
[Top] [All Lists]

Re: How do i get everything to copy...

2000-11-26 13:19:02
At 10:17 2000-11-26 -0500, Robert Campbell wrote:
I want a copy of every email sent to me to go to a temp folder.  I thought
that it was but it wasn't.  Here is what I have:

Have you considered using
        VERBOSE=ON

and checking your procmail log?

:0 c:
* ^(To|Cc|Bcc)(_dot_)*poohba(_at_)io\(_dot_)com
* ! ^MAIL_DEAMON
* ! ^X-Loop: poohba(_at_)io\(_dot_)com
temp

There's a typo in ^MAIL_DAEMON - thus, it isn't a macro, it's an actual text string "MAIL_DEAMON".

The regexp you use for your to matching could simply be changed to:

* ^TO_*poobah(_at_)io\(_dot_)com

That will catch other variants on BCC (since Bcc usually doesn't appear as a header). You're still not guaranteed to catch all the BCCs though, just because of how they get handled.

Perhaps you could explain what IS happening?

Was there some issue with the other rules?

---
 Please DO NOT carbon me on list replies.  I'll get my copy from the list.

 Sean B. Straw / Professional Software Engineering
 Post Box 2395 / San Rafael, CA  94912-2395

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>