Re: White listing
"Beginner" <[email protected]> Tue, 19 Sep 2006 08:14:43 +0100
| Newsgroups | gmane.mail.exim.spamassassin |
|---|---|
| Message-ID | <[email protected]> |
On 18 Sep 2006 at 21:16, Marc MERLIN wrote: > On Mon, Sep 18, 2006 at 03:52:49PM +0100, Beginner wrote: > > Hi, > > > > Debian (Alpha) 3.1, SA-Exim-Version: 4.2. > > > > I am trying to find a effective way to whitelist senders. > > There are files in the acl dir that refer to > > CONFDIR/local_sender_whitelist but I am not certain they are being > > used. However in my tests users that have been added to the file are > > still being scanned and failing. It is becoming quite a problem as > > the number of false positives seems to be increasing. > > /etc/exim4/local_sender_whitelist doesn't get magically read > > > Ideally I would like entries in the local_sender_whitelist to be > > stamped with the warn X-SA header that allows them to be skipped from > > normal scanning but I'll settle for any thing at this stage. > > Are you familiar with the Exim configuration file works? > If not, you should read up on it. > Did you read the SA-Exim documentation? (specifically the > 'EXIM4 INTEGRATION / NOT SCANNING YOUR OWN MAILS' section) ? > > If not, please do so, you should find your answers there. > > Marc Thanx. A little more help if you can. Is this what I should be doing warn message = X-SA-Do-Not-Run: Yes senders = CONFDIR/local_host_whitelist and then allow the SAEximRunCond to do a condictional check on the headers?