From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9706bebaa7a3cdd2936ed90b14128633@quanstro.net> From: erik quanstrom Date: Tue, 13 Jan 2009 18:52:56 -0500 To: 9fans@9fans.net In-Reply-To: <7d3530220901131536g22ec7ceamd4b8a848652afff3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Re: [9fans] dealing with spam Topicbox-Message-UUID: 801e26fe-ead4-11e9-9d60-3106f5b1d025 > I have not yet gotten around to setting up nupas, but I figured I'd > try populating /mail/lib/blocked a bit since it is easy, and a lot of > the spam seems to come from erewards@ > However, after putting the line "*block *!erewards*" into blocked, I > still keep getting spam from "erewards" at various servers. What's up? blocked is called before the address is rewritten from @ style to ! style — directly from smtpd.y -> sender() -> blocked(). i've never had success dropping spam by domain. it's easy to run the nupas smtpd with the old upas setup. so you might find doing that more fruitful. - erik