On 2011-02-26 22:39, Jaap Winius wrote:
Now, however, I'd like to go further and create a system that maintains a
spambox per user. Usually this system should accept the messages it recognizes
as spam, but then deposit them in the user's spambox.
Can anyone recommend a simple or elegant way to achieve this?
You could do something like constructing a spam-markup acl variable for the mail
at scan time, and checking it in routers to determine disposition. Be careful
of
multi-recipient mail - key the content with recipient names, and use
${extract...}
to get the right definition of spam, if they differ per-user.
This assumes that the scan is done by the delivery system.
--
Jeremy
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/