On Wed, 2004-10-06 at 13:45, Eric Kuzniar wrote:
> No need to do this in exim, just set em up in your local.cf config file
> for SpamAssassin.
> whitelist_to guywhowantsspam@???
>
This is nice if you don't mind delivering it to everybody else who it is
addressed to who dosn't want the spam. AFAIK whitelist_to works on the
email itself and if one of the recipients is whitelisted, then all
recipients get it.
I don't know if it is different with SA 3
Ron
> Brian wrote:
>
> > Hello all,
> >
> > we have SA implemented in Exim, tags at 6 and rejects when it's over
> > 10. We have a few thousand users that are all quite content.
> >
> > Except for one.
> >
> > How would I implement an accept for email addresses?
> >
> > we currently have this in place to check for valid recipients:
> >
> > deny message = That is not a recipient that we take mail for.
> > condition = ${lookup {$local_part@$domain}
> > cdb*@{/usr/local/etc/exim/cdb/recipients.cdb}{no}{yes}}
> > log_message = Bad recipient
> >
> >
> > And I would assume to have something like the postmaster : abuse check
> >
> > accept local_parts = postmaster : abuse
> > domains = +relay_to_domains
> >
> >
> > accept condition = ${lookup {$local_part@$domain}
> > cdb*@{/usr/local/etc/exim/cdb/spam_me.cdb}}
> >
> >
> > where the spam_me.cdb would contain user@???
> >
> > Would that work?
> >
> > Thanks in advance
> >
--
Ron McKeating
Senior IT Services Specialist
Internet Services and Software Solutions
Loughborough University
01509 222329