"Concordio M. Pajayat, Jr." <[EMAIL PROTECTED]> writes:

> Hi all!
>
> I've been using TMDA for more than a year now and it has been very helpful
> in minimizing SPAMs to my mailbox. Recently I've been getting SPAMs that
> contains this header:
>
> X-Message-Info: 412A40PixfW5lypBqqMBC3P228bjKSrKS85
>
> Now I want to drop these SPAMs that has X-Message-Info on the header. What
> is the proper syntax that will be put on the incomfing filter?
>
> If I add this rule to my incoming filter:
>
> headers 'X-Message-Info:.*' drop
>
> would this drop all SPAMs that has such header?

Yes, that will work.  Part of it is redundant, however.  This
will work just as well:

  headers 'X-Message-Info:' drop

The ".*" that follows the ":" is not necessary, because it simply
specifies that the header is followed by zero or more characters.
Leaving out ".*" has the same effect.


> Any inputs would be appreciated. TIA
>
> --conpaj--
>
> |-- "Go beyond the quest for information!" - http://www.pilnet.com/
> |-- Sent through PILNET WebMail System - http://webmail.pilnet.com/
>
>

-- 
 Lloyd Zusman
 [EMAIL PROTECTED]
 God bless you.

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to