Xref: utzoo comp.unix.wizards:20615 comp.mail.misc:2953 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!usfvax2!tct!chip From: chip@tct.uucp (Chip Salzenberg) Newsgroups: comp.unix.wizards,comp.mail.misc Subject: Re: Help! Keywords: Unwanted mail Message-ID: <25DAB274.E54@tct.uucp> Date: 15 Feb 90 13:45:24 GMT References: <1856@milton.acs.washington.edu> Organization: ComDev/TCT, Sarasota, FL Lines: 29 According to simstim@milton.acs.washington.edu ([]): >I have been experiencing a little problem with various individuals >sending me a substansial amount of unwanted email. Does anyone have >a good hack to refuse email from particular users? Sure. Use my Deliver program (currently at 2.0 patch 5; patch 6 out soon). Delivery files are shell scripts which control delivery of each message. A good one for filtering unwanted users is: : u="$1" from="`header -f from $HEADER`" # Kill mail from junk mail sources. case "$from" in *bozo@bozosite* ) echo DROP; exit ;; *kludge@hacksite* ) echo DROP; exit ;; esac # Oh goody, we keep it. echo "$u" Deliver 2.0, at finer archive sites everywhere. Not Just Another Deliver Hacker, -- Chip Salzenberg at ComDev/TCT , "The Usenet, in a very real sense, does not exist."