procmail
[Top] [All Lists]

Re: Help me understand this config

2001-10-31 11:46:47
On Wed, 31 Oct 2001, Tuc wrote:

:0c
* 1^0 ^Content-Type:.*(multipart|attachment)
* 1^0 B ?? Hi\! How are you(\?|=3F)
* 1^0 B ?? I send you this file in order to have your advice
* 1^0 B ?? See you later(\.|=2E) Thanks
|(/usr/local/bin/formail -r -A "Precedence: junk" \
-I"Subject: Your Machine is infected with the Sircam Virus"; \
cat /usr/home/wwwcust1/crazies/sircam.txt)|$SENDMAIL -t

:0A:
/dev/null

      I get the :0c, generating a copy of it.

Which is actually not necessary, since the very next rule is going to
throw the message away anyway.

      The first rule checks for the "^Content-Type:.*(multipart|attachment)"
regexp.  I wonder, however, why its "1^0"'d

It should not be.  Where did you find that?  The first rule should be just

* ^Content-Type:.*(multipart|attachment)

      The next problem is that it just doesn't do the "|" action at all.

How do you know that it doesn't do it?

_______________________________________________
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>