spamfilter list

erdalgr

New member
Joined
Oct 17, 2008
Messages
3
We want to add spam keyword to directadmin spam filters. But we dont want to make one by one this spam keyword list for ever customer account.

We want make this ; only one spam keyword list for all mail accounts. Can we make this in direct admin. Please tell us with detail.
 
Hello,

There is a global filter file:

/etc/system_filter.exim

You can add any global exim filters you'd like in there.

John
 
Hello,

There is a global filter file:

/etc/system_filter.exim

You can add any global exim filters you'd like in there.

John

where and how will i add keywords in this file. or when activated filters in directadmin it's adding some keyword automatic in a file. I didn't find this file. where is this file. do you know
 
You don't just add filters to exim's /etc/system_filter.exim file. Search the file for Install Notes; you'll see that exim filters are written in the exim filter language. Documenation for the exim filter language are found on the exim website here.

When you add keywords to the exim filters for a domain, say, example.com, exim filter rules are written to the file found at: /etc/virtual/example.com/filter. As you can see, that file isn't just a list of keywords, but rather a set of rules. The /etc/virtual/example.com/filter.conf file is simply a list used by the DirectAdmin control panel. The two files are kept in sync by DirectAdmin.

Jeff
 
Back
Top