On fredagen den 2 maj 2008, Ted Cooper wrote: > Maik Derstappen wrote: > > hello, > > > > I'm think about the best solution to remove Spam Tags on incomming > > mails, to prevent mixing there with my own tags. > > > > has anybody an idear? > > > > thank for aswers > > > > regards maik > > The best solution is to use unique named spam tags so they never get > confused. > > The second best solution is the use headers_remove in a router or > transport of your choice and then use headers_add to add your own back > in. You have to store the contents of the headers you want to add either > in other headers you added in the ACLs or in $acl_m_variables. > http://docs.exim.org/current/spec_html/ch44.html#SECTheadersaddrem
I wrote some code to remove header fields in ACLs a long while ago. See http://bugs.exim.org/show_bug.cgi?id=198 . -- Magnus Holmgren [EMAIL PROTECTED] (No Cc of list mail needed, thanks) "Exim is better at being younger, whereas sendmail is better for Scrabble (50 point bonus for clearing your rack)" -- Dave Evans -- ## 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/
