- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] Setting up a spam email
- From: jam <jam@xxxxxxxxx>
- Date: Mon, 11 Feb 2008 10:33:17 +0900
- User-agent: KMail/1.9.6 (enterprise 0.20070907.709405)
On Monday 11 February 2008 05:34:05 slug-request@xxxxxxxxxxx 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