On Fri, 27 May 2005, Dickenson, Steven wrote:

> Use a fakereject control on the deny statement in our DATA ACL.  Since I
> only want to save one copy of the message (nothing per-user), I'm
> thinking my only option here is a system filter.

Or:

# router
  spam:
    driver = accept
    condition = ${if >{$spam_score_int}{8} }
    transport = spam

# transport
  spam:
    driver = appendfile
    file = /var/spool/mail/spam
    batch_max = 1000
    use_bsmtp

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