How we make Exim discard bounces of spamMaking Exim discard things in general is simple: you create an Exim
router using the (You can detect locally generated bounces with the condition ' The tricky bit is detecting that this bounce is a bounce of spam, and doing so reliably. Exim routers and filters only have convenient access to headers, and when you're dealing with a bounce this means the headers of the bounce itself, not the headers of the message that bounced. You can dig into the body a bit, but that's unstructured text with all of the problems that that implies. However, Exim lets you customize the generated bounce message via the
(We don't have to worry about users accidentally putting this header
in their messages and having them get discarded, because we only
trigger for locally-generated messages with the null envelope sender.
Technically a user that tried hard enough could generate such a message,
but then they could just send it to |
These are my WanderingThoughts GettingAround This is part of CSpace, and is written by ChrisSiebenmann. * * * Atom feeds are available; see the bottom of most pages. Categories: links, linux, programming, python, snark, solaris, spam, sysadmin, tech, unix, web |