Tzafrir Cohen wrote: > > To make it more accurate it would require: > * ^From.*xxx@beitberl\.ac\.il
Yes, but this does not stop the mail from being received, it just trashes it. If you can you should set up sendmail or DNS to reject it. For example in DNS, you can put in your named.conf file: zone "beitberl.ac.il" IN { type master; file "missing.zone"; allow-update { none; }; }; and make sure missing.zone does not exist. Sendmail will not be able to resolve the name and reject the mail. In sendmail you would use the access database, but that could be a bit tricky: beitberl.ac.il 550 Stop Sending me email!!!!! I'm not going to try it, but it might block all other email too. :-) Sendmail.org's web page is not clear. Geoff. -- Geoffrey S. Mendelson Bloomberg L.P., BFM (Israel) 2 hours ahead of London, 7 hours ahead of New York. Tel: 972-(0)3-6944-211 Fax: 972-(0)3-6944-225 Email: [EMAIL PROTECTED] ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]