Hi all!

First of all I want to mention that I am not subscribed to this
list. If you want to contact me, please answer directly.

I really like SpamAssassin, but while using it there was a minor
glitch I stumbled upon.

Wanting to whitelist a silly WindowsNT-Machine (you don't want to know
details ;-) I tried the following:

whitelist_from  [EMAIL PROTECTED]

Veritas BackupExec sends the mail using this silly address.

This little config-line showed no results :-(

Digging in Spamassassin I finally found the following line
(SpamAssassin.pm - line 1472):

              $HOST_PATTERN(?:\.$HOST_PATTERN)+)//oix) 

This pattern only accepts multiple "host-parts" and my silly little
pluto slips through SAs fingers...

Having learned my regex-lessons, changing the line as follows showed
the desired results:

              $HOST_PATTERN(?:\.$HOST_PATTERN)*)//oix) 

My question:

Should this not be the default?

Greetings,
        Christian


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to