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="[EMAIL PROTECTED]";
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; }}}