LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author]
  From: Daryl Tester <dt@picknowl.com.au>
  To  : Matthew Geddes <mgeddes@mail.xavier.sa.edu.au>
  Date: Thu, 29 Jun 2000 11:25:56 +0930

Re: Sendmail filtering

Matthew Geddes wrote:

> There are a number of
> links from some of the sendmail sites which have patches
> to drop/bounce mail based on the subject.

That's easy to do, because Sendmail has to process the headers, so
it has the hooks in there necessary to do so.

> I would rather filter based on the content of the mail, rather
> than the subject.

Of course, otherwise you're increasing the risk of a false positive
(filtering a subject line based on the word "joke" is no solution).
Which Sendmail, per se, doesn't do.  However, there are other methods
you can use: intercepting it as mail is being delivered (via procmail,
which was one of your original suggestions), or funneling unprocessed
messages through a custom mailer then redirecting it back into sendmail.
As you said, milter should hopefully open this up to some much grander
methods (spam alert based on a averaged messages-per-second would be
a nice idea), although it's still marked as experimental.  Interesting
to note that the 8.11.0 betas are out already - there seems to be a
frenzy of development in sendmail.


Regrds,
  Daryl Tester

PS - Your horde thingy is still putting backslashes in front of apostrophes.

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author]
Return to the LinuxSA Mailing List Information Page