Re: [SAtalk] RE: OT: Dynamically updating /etc/mail/access

2003-01-09 Thread Michael Grau
Andrew M. Hoying wrote: They don't get individual email addresses like this list does. And you can't tailor them for your environment. They are too bold, often, or not bold enough, in their blocking. Andrew Sure they do (spam-list-extented.txt): [EMAIL PROTECTED] REJECT [EMAIL PROTECTED]

Re: [SAtalk] RE: OT: Dynamically updating /etc/mail/access

2003-01-09 Thread Michael Grau
You can get an access.db RBL for Sendmail/Postfix from http://basic.wirehub.nl/spamstats.html if you don't want to do DNS RBL for some reason. Rsync every hour or so. Steve Thomas wrote: Isn't that the point of DNS RBLs? | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PR

Re: [SAtalk] Spam Rejection Message

2002-12-13 Thread Michael Grau
If you want to bounce mail that you are sure is spam, you'll want to integrate SA with a milter like mimedefang. Then you can just do: if ($hits >= $req) { return action_bounce("Message looks like SPAM, rejected"); } You can also keep a copy of the message in quaranteen for a few days in case

Re: [SAtalk] Spamassassin on a mail gateway

2002-11-18 Thread Michael Grau
Greg Jamison wrote: Is there any way to forward mail to another host after it has been processed by Spamassassin? Thanks! Greg If sendmail, in your gateway .mc file define(`MAIL_HUB', `your.internal.mailhub')dnl --- This sf.net email is

Re: [SAtalk] spamass-milter - what's the point?

2002-05-29 Thread Michael Grau
You may want look at using SA vi Mimedefang as your milter. http://www.roaringpenguin.com/mimedefang/ Bounce, drop, discard, notify, quarantine, do what you will based on SA scores ... Keith Whyte wrote: > > I just got spamass milter working with sendmail 8.12, good enough, > interesting insta

Re: [SAtalk] Why to deliver SPAM even if it's identified.

2002-03-14 Thread Michael Grau
w days, but they are pretty rare now. This is still pretty new for us, and if it doesn't work out we can always stop bouncing on the "spam" subject and go around a show a couple of hundred people how to setup filters with their email client. Daniel Pittman wrote: > >

Re: [SAtalk] Spamd and Milter - Expected Results?

2002-03-13 Thread Michael Grau
I use a second milter that looks at headers - if it finds "*SPAM* it bounces the message and archives a copy of the message. I also use it to bounce messages with attached ".exe" or other undesirable attachments. I don't see much point in tagging spam and then delivering it anyway. The