On Monday 11 February 2008 05:34:05 [EMAIL PROTECTED] wrote:
> I want to set up an email address where for my domain, were users can send
> spam emails to and they will be added to the spam DB.
>
> I use debian, exim and spamassassin. All my spam processing gets done as
> user spamassassin, so I thought I could just process all mails sent to
> spamassassin as spam with a procmail rule like
>
> #
> # Record it as spam
>
> :0 fw
> :
> | /usr/bin/sa-learn --spam
>
> but then I realised how do I get it to ignore the senders address (because
> it will be one of my addresses and I don't when then blacklisted ?)
>
>
> how do other people setup site wide spam addresses


You really need to R.M <grin> there is much about this topic ...

I run 3 accounts (not) called

amspam
amnot
maybe

All spam that is received is *bounced* to amspam

Everything tagged as spam gets sent to maybe
Not Spam in maybe gets bounced to amnot

cron.daily runs a 'bayesian' task to learn amspam and amnot
Bouncing is different for each mail client. See

http://wiki.apache.org/spamassassin/BayesInSpamAssassin?highlight=%28bayesian%29

James
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to