"Mike Almogy" <[EMAIL PROTECTED]> writes:
> I dig up the script that blocks mails by subject.
> It works fine, BUT, is there a way to put the subjects in a file like the
> /etc/mail/access.db file ?
It is not clear to me what script you are using, but I am fairly
sure you can do something like this with procmail/formail/egrep.
In .procmailrc write sth like (UNTESTED!!! POSSIBLY BUGGY!!!):
:0 h
| formail -xSubject: | egrep -f /etc/mail/spamdb - >/dev/null
RTFM.
--
Oleg Goldshmidt <[EMAIL PROTECTED]>
"Inventions ... cannot, in nature, be a subject of property."
T. Jefferson.
=================================================================
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]