Op Monday 09 June 2008 17:18:53 schreef Anja Gawlik: > (...) > ** This is my system.filter: > > if $h_X-Spam-Score above 7.5 > then > headers add "NewSubject: **** SPAM_DETECTED **** $h_Subject:" > headers remove Subject > headers add "Subject: $h_NewSubject:" > headers remove NewSubject > finish endif > in system.filter > > ** This is what I find in my headers afterwards: > > X-Spam-Score: -2.5 > X-Spam-Bar: -- > > (...)
You could (or should) setup an ACL to add a temporary header and then have the filter test on the existance of that header. -- ## 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/
