Commit Graph

12 Commits

Author SHA1 Message Date
mbalmer
aa3b491d0c Add milter to WANTLIB. 2005-11-01 16:37:20 +00:00
alek
200b1ea2ea Add WANTLIB markers 2005-01-02 12:56:04 +00:00
jolan
afa0461695 remove libmilter conditional 2004-06-29 06:20:55 +00:00
dhartmei
7aac322653 update to 1.5 2004-03-30 09:57:17 +00:00
dhartmei
f13ed0681e update to 1.2, small fixes and logging improvements, builds on more
platforms
2004-02-27 20:17:51 +00:00
dhartmei
9354f06bba update to 1.1, supports macro definition/expansion, like
friends         = header /^Received$/ /^from [^ ]*(ork.net|home.com)/e
attachments     = header ,^Content-Type$, ,multipart/mixed, and \
                    body ,^Content-Type: application/,
executables     = $attachments and body ,name=".*.(pif|exe|scr)"$,e

reject "executable attachment from non-friends"
$executables and not $friends
2004-02-25 20:11:39 +00:00
dhartmei
47b5b5f9f7 update to 1.0, now supports evaluating boolean expressions like
header /From/ /domain/ and ( body /spam/ or body /money/ )
2004-02-24 23:35:04 +00:00
dhartmei
ad9e816cd5 update to 0.9, drop privileges to user _milter-regex.
note: local socket changed to /var/spool/milter-regex/spool, adjust
sendmail.cf/.mc accordingly when updating:

-`S=unix:/var/spool/milter-regex, T=S:30s;R:2m'
+`S=unix:/var/spool/milter-regex/sock, T=S:30s;R:2m'
2004-01-07 14:57:34 +00:00
dhartmei
87ea658a65 update to 0.8, use separate RCODE/XCODE for reject/tempfail, otherwise
sendmail ignores custom replies, from Denis Solovyov
2004-01-04 00:30:18 +00:00
dhartmei
72011e0c7e update to 0.7, replace log() with msg() as the former seems to collide with
math.h under gcc3. add action 'accept'.
2003-12-09 21:16:35 +00:00
sturm
3520b282fe if libmilter is not found, set IGNORE instead of ERRORS to keep
mirror-maker happy

dhartmei@ ok
2003-10-20 08:41:39 +00:00
dhartmei
5ce1473719 add milter-regex, ok jolan@, sturm@ 2003-10-19 17:54:06 +00:00