Michelle Konzack pisze:
> Am 2009-06-22 10:52:54, schrieb Pawe?? T??cza:
>> # spamassassin --lint
>> [25805] warn: config: error: rule 'AE_MEDS35:' has invalid characters
>> (not Alphanumeric + Underscore + starting with a non-digit)
> 
> Copied wrongly?  Here it is working.

Michelle,

Copied correctly, but it wasn't copy-and-paste snippet as I thought :)

Bellow is diff between your version and version ready to paste:

-body     AE_MEDS35: /\(\s?w{2,4}\s(meds|shop)\d{1,4}\s(?:net|com|org)\s?)/
-describe obfuscated domain in message
-score    3.0
+body     AE_MEDS35     /\(\s?w{2,4}\s(meds|shop)\d{1,4}\s(?:net|com|org)\s?\)/
+describe AE_MEDS35     obfuscated domain in message
+score    AE_MEDS35     3.0

Please note a colon character in the rule name. `spamassassin --lint`
says it's forbidden. Also you should escape the last round bracket in
the regexp.

Cheers,

P.

Reply via email to