add multiple domains to spam filter

Well.... use the /etc/virtual/blacklist_domains file:

I'm just not sure if a space is enough or that every domain should be on a seperate line.
However that can easily be done with for example Notepad++ by using search and replace.
Search for the komma and replace by /n for next line, just tested, works perfectly.

After that, copy and past it in the /etc/virtual/blacklist_domains file and restart Exim.
 
Sorry, had to edit the post... changed /etc/blacklist_domains to /etc/virtual/blacklist_domains which is the correct position.
 
in that file and do I need to restart some thing?
I don't know what you did, you should replace the comma with a next line which is the /n characters, not add the /n after every line.
However, it's easy to remove the /n things now.

Should look like this:
Code:
0815.ru
0wnd.net
0wnd.org
10minutemail.co.za
10minutemail.com
123-m.com
1fsdfdsfsdf.tk
1pad.de
20minutemail.com
and so on.

After you do, just put it in that file and restart Exim.
 
Back
Top