procmail
[Top] [All Lists]

Re: How to match a foreign character?

2005-10-28 15:36:37
On Oct 28, 2005, at 10:59 AM, Michael Bluejay wrote:

I'm the victim of a Joe Job and ...

Why are you not just tossing all the bounce messages in the trash for 
now?
Or do you get a lot of important bounces?

      :0BH
      * Delivery Status Notification|This is the Postfix program
      * Â

I'd do it thusly:

        TRASHCAN=Trash

        :0
        * ^FROM_DAEMON
        * B ?? \194
                $TRASHCAN

Or...

        printf "\302" > ./weirdchars
        (Needs to be represented as an octal)

And then:

        :0
        * ? fgrep -iqf weirdchars
                $TRASHCAN

Can you tell me what I'm doing wrong?

Also, are you sure the original message isn't base64'd?

Aloha mai Nai`a!
-- 
"Please have your Internet License             http://kapu.net/~mjwise/
   and Usenet Registration handy..."



____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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