procmail
[Top] [All Lists]

Re: Identifying spam by those numbers at the end of subject line

2003-09-26 14:53:24

This is what I use...

# Deliver messages with 4 spaces in a row to my spam folder.
# .* at the end means the 4 spaces must be followed by 0 or
# more characters but mainly provides a border for the white
# space
:0
* ^Subject:.*     .*
spam

# Deliver messages with 5 dots in a row to my spam folder
:0
* ^Subject:.*\.\.\.\.\.
spam

# Deliver messages with 2 spaces followed by 4 numbers to
# my spam folder
:0
* ^Subject:.*  [0-9][0-9][0-9][0-9]
spam

Dan Liston



At the end of the subject line of some spam, there are several spaces followed by four numbers. Does anyone have a recipe for detecting this?

Dick
--
Moderator: misc.taxes.moderated <www.asktax.org>




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