On Fri, 23 Jun 2006, Brian Austin wrote:
>
> I thought it could be handy to have exim refer to the spamassassin
> local.cf and retrieve the values from there, rather than having to
> maintain two lists.

It would be best to write a little script which makes an Exim lookup table
from the spamassassin local.cf, e.g.
        awk '/whitelist_from/ { print $2 }' \
                </etc/mail/spamassassin/local.cf \
                >/etc/exim/whitelist_from

Tony.
-- 
<[EMAIL PROTECTED]>   <[EMAIL PROTECTED]>   http://dotat.at/   ${sg{\N${sg{\
N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
\N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to