>How can I block all the e-mails coming from a certain domain? How can I block a ll the e-mails >coming from lycos.co.kr or korea.com, for example?
If you are using Linux and sendmail, the solution is 1. edit /etc/mail/access add the following line lycos.co.kr<tab> 550 No spam allowed here korea.com<tab> 550 No spam allowed here 2. create access.db with the following command makemap hash access.db < access 2. restart sendmail --krishna ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py