2002-02-10 07:04:46 +01:00
|
|
|
There really isn't much to say, noattach is a milter that parses the body
|
|
|
|
of email messages from sendmail and checks if the filename of attachments
|
|
|
|
matches one of the regular expressions in a given pattern file and rejects
|
|
|
|
those emails that match.
|
2002-02-12 06:14:57 +01:00
|
|
|
Filenames are rfc2047 or rfc2231 decoded if needed.
|
2002-02-10 07:04:46 +01:00
|
|
|
|
2002-04-15 04:17:52 +02:00
|
|
|
This program needs sendmail version 8.12.2 or newer to be compiled with
|
|
|
|
libmilter.
|
2002-02-10 07:04:46 +01:00
|
|
|
|
|
|
|
WWW: http://freshmeat.net/projects/noattach/
|