Re: [AMaViS-user] option to include SA score on the subject line - SOLUTION

2007-11-05 Thread Andy Spiegl
I forgot to mention how I solved my problem: Setting the $sa_spam_subject_tag _does_ work, too, so that I don't have to use the *_maps variable. But it only works if used correctly (as always :-) GOOD: $sa_spam_subject_tag = '***SPAM***(_SCORE_)*** '; BAD: $sa_spam_subject_tag = '***SPAM***(_SCO

Re: [AMaViS-user] option to include SA score on the subject line

2007-11-05 Thread Andy Spiegl
Mark, thanks a lot for the clarification. > A simple modification in sub add_forwarding_header_edits_per_recip > can provide any formatting you like, e.g. replacing the: Good idea, but patching the source code is kind of awkward after having got used to rpm/deb packages :-) I understand that tru

Re: [AMaViS-user] option to include SA score on the subject line

2007-11-03 Thread Mark Martinec
> The zero-padding is only available when _SCORE(pad)_ is expanded as a true > macro call (e.g. in notification and log templates). Unfortunately the > pad argument is not understood in a simple string sunstitution like > used in the Subject template, which currently is not implemented as > a true

Re: [AMaViS-user] option to include SA score on the subject line

2007-11-03 Thread Mark Martinec
Andy, > >> 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 Should work on old-style individual settings like $sa_spam_subject_tag just fine. After all, the default @*_maps j

Re: [AMaViS-user] option to include SA score on the subject line

2007-11-02 Thread Andy Spiegl
>> 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

Re: [AMaViS-user] option to include SA score on the subject line

2007-11-02 Thread Noel Jones
At 11:51 AM 11/2/2007, Andy Spiegl wrote: >Hi, > >in the ML archive I found a mail from May 2006 from M.Lewis asking whether >there is a way to include the SA score on the subject line, like the SA >configuration option: > > rewrite_header SUBJECT ***SPAM***(_SCORE(00)_)*** > >Mark Martinec answe

[AMaViS-user] option to include SA score on the subject line

2007-11-02 Thread Andy Spiegl
Hi, in the ML archive I found a mail from May 2006 from M.Lewis asking whether there is a way to include the SA score on the subject line, like the SA configuration option: rewrite_header SUBJECT ***SPAM***(_SCORE(00)_)*** Mark Martinec answered that it currently is not configurable and Petr V