Re: Does anyone know how to set up a whitelist ?
Graham Toal <[email protected]>
| Newsgroups | gmane.mail.spam.spamprobe.general |
|---|---|
| Message-ID | <[email protected]> |
> From: Sebastien MAYER <sebastien.mayer-fFLrhPnNlUhWk0Htik3J/[email protected]> > > I would like to record a list of domain and/or user address as GOOD, so > their mails are never recognized as SPAM. > > This would act like the WhiteList in Spamassassin. > > Does anyone know how to do it ?? Although you can tweak the weights in the spamprobe database explicitly, I doubt just setting one item would have much effect on the score (esp. if it is discarded as an outlier?) The most practical way I can think of, short of changing the source code, is that you probably have spamprobe integrated with something else (such as procmail) and that would be the place to put the whitelisting. For instance one of my users keeps a couple of whitelists - one with whitelisted from addresses for personal senders, and another with whitelisted to addresses for mailing list subscriptions: # whitelist :0E * ? (echo "$FROM" | $FGREP -i -f $HOME/.whitelist) ${DEFAULT} # let my MLs through :0E * ? (echo "$TO" | $FGREP -i -f $HOME/.legitlists) ${DEFAULT} ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click