You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Craig Jackson <cj...@localsurface.com> on 2005/05/26 19:55:22 UTC

Adjusting the AWL value

Hi,
I'd like to change/reset-to-zero the autowhite list value for a sender. 
I read the man page (Mail::Spamassassin::Autowhitelist) but don't 
comprehend the syntax.

Can someone give me a hint?
Thanks,
Craig Jackson


Manpage change suggestion

Posted by Matt Kettler <mk...@evi-inc.com>.
guenther wrote:
> On Thu, 2005-05-26 at 12:55 -0500, Craig Jackson wrote:
> 
>>Hi,
>>I'd like to change/reset-to-zero the autowhite list value for a sender. 
>>I read the man page (Mail::Spamassassin::Autowhitelist) but don't 
>>comprehend the syntax.
>>
>>Can someone give me a hint?
> 
> 
> Rather than Mail::Spamassassin::Autowhitelist you likely want 'man
> spamassassin'. :)
> 

This points out a rather important point.

For the new user there's no easy way to tell the difference between manpages
that are documenting how to use SA, such as man Mail::SpamAssassin::Conf, and
ones that are documenting how to program SA via perl, such as man
Mail::Spamassassin::Autowhitelist.


Perhaps in the Name or Synopsis section we should indicate that a particular
manpage is perl programing information.

Or, alternatively change things so that all the programming documentation is in
man Mail::SpamAssassin::* and all the user config information is in man
spamassassin.*  (ie: make the current man Mail::SpamAssassin::Conf into man
spamassassin.conf, and make the Mail::SpamAssassin::Conf page document the
functionality implemented by Conf.pm)






Re: Adjusting the AWL value

Posted by guenther <gu...@rudersport.de>.
On Thu, 2005-05-26 at 12:55 -0500, Craig Jackson wrote:
> Hi,
> I'd like to change/reset-to-zero the autowhite list value for a sender. 
> I read the man page (Mail::Spamassassin::Autowhitelist) but don't 
> comprehend the syntax.
> 
> Can someone give me a hint?

Rather than Mail::Spamassassin::Autowhitelist you likely want 'man
spamassassin'. :)

See --remove-from-whitelist and --remove-addr-from-whitelist options.
You can provide the email address alone or feed it the respective mail.

HTH

...guenther


-- 
char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}