Joe Kocsis wrote:

> I am Is there a way through a special router to get exim to deliver spam
> to a special local email address for logging and verification?
>    
> ex:  I want all messages marked SPAM deliever to [EMAIL PROTECTED], but
> also delivered to the user.. This way I can have a log of messages
> marked spam, and tighten up my spam controls..
>     I am running exim 4.5 with spamassassin called via a router, not
> exiscan...
> 
> Thanks...
> 
> Joe

Using the system filter:

## Spam Collector ##
         if $h_subject: contains "*****SPAM*****"
         then
           unseen deliver spam_collector
         endif

You will need to enable system_filter in your config file.

-- 
## 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