creating rules

Glenn Steen glenn.steen at GMAIL.COM
Thu Sep 29 00:28:59 IST 2005


    [ The following text is in the "ISO-8859-1" character set. ]
    [ Your display is set for the "US-ASCII" character set.  ]
    [ Some characters may be displayed incorrectly. ]

On 29/09/05, Matt Kettler <mkettler at evi-inc.com> wrote:
(snip)
> 1) * isn't a character wildcard in regex, it's a repeat-count wildcard. ie: d*
> will match any number of d's in a row (including 0).
(snip)
> in light of 1-3 I'd rewrite that as:
>
> header PROLO_GSPAM15 Subject =~ /Re\[\d\]:/i
Um, wouldn't
header PROLO_GSPAM15 Subject =~ /Re\[\d\d*\]:/i
or
header PROLO_GSPAM15 Subject =~ /Re\[\d+\]:/i
be better? I see a fair amount of these, and the're almost always "Re
[12[" or somesuch... Then again, for some reason most of these are
caught (BLs IIRC... @home now, can check tomorrow if anyone really
cares).
(snip)
> to messages, for example Microsoft outlook with the auto-bcc plugin.
A lot of *curse-words* there:-)
--
-- Glenn
email: glenn < dot > steen < at > gmail < dot > com
work: glenn < dot > steen < at > ap1 < dot > se

------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the Wiki (http://wiki.mailscanner.info/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).

Support MailScanner development - buy the book off the website!



More information about the MailScanner mailing list