Date: Tue, 4 Feb 2003 14:10:18 -0500 From: "David S. Jackson" <deepbsd@earthlink.net> To: Steven Lake <raiden@shell.core.com> Cc: questions@FreeBSD.ORG Subject: Re: Nuking unwanted mail via fetchmail and sendmail Message-ID: <20030204191018.GB16698@sylvester.dsj.net> In-Reply-To: <Pine.GSO.4.44L0.0302031458170.15984-100000@shell.core.com> References: <Pine.GSO.4.44L0.0302031458170.15984-100000@shell.core.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 03, 2003 at 03:08:17PM -0600 Steven Lake <raiden@shell.core.com> wrote: > Anyone know how to do this? The simpler the solution, the better. There are some of the same spammers that I see again and again; I don't want to even have to deal with them by hitting delete. I have a line like the following in my procmailrc: :0 * ? formail -x"From" -x"From:" | egrep -is -f $PMDIR/spammers.txt /dev/null Likewise, I have a friends file that forwards mail to my friends inbox. There are a whole bunch of names on spammers.txt now, and I don't even have to deal with those pesky folks. Oh, you can use regular expressions (as with egrep) in your spammers file. -- David S. Jackson dsj@dsj.net =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= I took a course in speed reading and was able to read War and Peace in twenty minutes. It's about Russia. -- Woody Allen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030204191018.GB16698>