How To Delete *****SPAM***** from Subject Line

sohaib

Verified User
Joined
Apr 27, 2005
Messages
189
Location
Shared & Dedicated Hosting
This filter will delete any email tag as

*****SPAM***** in your subject LINE

in your /etc/system_filter.exim

Add the following :-


if $header_subject: begins "*****SPAM*****"
then
seen finish
endif

Or if you dont wanted to delete such messages and save em simply do the following :-

if $header_subject: begins "***SPAM***"
then
save Mail/spambox
endif

Thanks
 
For what use ? You can already delete all marked spam, from within the spamassassin setup in DA or else you can do this with the default email filters.
 
sohaib said:
I didnt know abt that so I make my own. as there is no instructions.

Well no instructions :confused:

If you enabled spamassissin (to get those subject changes) you should have seen the option directly beneath it :rolleyes:
 
I'm not looking to argue, just point out maybe 'something' set incorrectly on your server. When I have DA/SpamAssassin set to delete SPAM it does delete them.

DaveR~
 
not here

Spam is marked as {Spam?} and will go into my mailbox, no mather how the settings in the DA panel is.

So that setting, does NOT work for me, sorry.
 
Do you have a standard DA exim.conf file, or have you or has someone else, made changes to it?

Jeff
 
I grepped your latest exim config from your site, using the url in the config on top.
 
Back
Top