|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Andy Spiegl (spiegl+postfix
br-online.de)
Date: Fri Nov 02 2007 - 15:00:54 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>> If I write
>> $sa_spam_subject_tag = '***SPAM***(_SCORE_(00)_)*** ';
>> I get a literal "***SPAM***(_SCORE(00)_)***".
>
> I think this feature only works in *maps
Interesting. I can't seem to find good documentation on what these *maps
variables are and how to use them properly.
>> But what I'd like to have is:
>> ***SPAM***(05.76)***
>
> Leave out the (00) part, escape the parentheses. I think this will work:
>
spam_subject_tag_maps = ('***SPAM***\(_SCORE_\)*** ');
Yes, this works even without the backslashes
spam_subject_tag_maps = ('***SPAM***(_SCORE_)*** ');
but then I don't get the leading 0's.
And what's worse ALL mails are tagged, not just SPAMs. Ooooeee.
Thanks,
Andy.
--
Fotos: familie.spiegl.de Info: peru.spiegl.de
Weblog: blog.spiegl.de Mail: andy
spiegl.de
--
None are so old as those who have outlived enthusiasm. -- Henry Thoreau
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]