[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .procmailrc
- To: tzafrir(at-nospam)technion.ac.il (Tzafrir Cohen)
- Subject: Re: .procmailrc
- From: "Geoffrey S. Mendelson" <gsm(at-nospam)bfr.co.il>
- Date: Mon, 19 Nov 2001 16:50:35 +0200 (IST)
- Cc: linux-il(at-nospam)linux.org.il (linux ILUG), marmor(at-nospam)netmask.it (Eli Marmor)
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <Pine.GSO.4.33_heb2.09.0111191152490.4177-100000@csd> from "Tzafrir Cohen" at Nov 19, 2001 11:54:38 AM
- Reply-To: gmendelson(at-nospam)bloomberg.com
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
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: gmendelson@bloomberg.com
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il