Commit Graph

24 Commits

Author SHA1 Message Date
merdely
8b76ad71d8 Remove surrounding quotes in COMMENT*/PERMIT_* 2007-09-16 00:17:04 +00:00
dhartmei
32ceab8636 update to 1.7, support sendmail macros 2007-08-27 08:22:20 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
dhartmei
16902566e2 update to 1.6, adding sendmail quarantine support, fixes more state machine
problems (multi-message connections), from Okan Demirmen.
2006-09-18 14:16:39 +00:00
jasper
d4ea87682b Fix incorrect DESCR regarding rebuilding sendmail with milter support;
this is being done for almost two years now.

spotted by Wijnand Wiersma <wijnand at nedbsd dot nl>

ok dhartmei (MAINTAINER), naddy
2006-08-06 19:33:44 +00:00
mbalmer
aa3b491d0c Add milter to WANTLIB. 2005-11-01 16:37:20 +00:00
naddy
a8817eabcc SIZE 2005-01-05 16:50:35 +00:00
alek
200b1ea2ea Add WANTLIB markers 2005-01-02 12:56:04 +00:00
danh
6362fb0bc7 initial sweep for MESSAGE decoration removal; ok espie@ 2004-10-13 18:59:18 +00:00
naddy
dbe43cb055 braino 2004-09-27 13:29:04 +00:00
espie
88b405b56e kill INSTALL/DEINSTALL 2004-09-24 09:16:05 +00:00
espie
15a2aca1cd new style plists. 2004-09-15 09:09:41 +00:00
jolan
afa0461695 remove libmilter conditional 2004-06-29 06:20:55 +00:00
xsa
575015faec @extraaaaaaaaaaaaaaaaa ...
ok dhartmei@ jolan@ brad@ for their respective port;
2004-04-15 07:34:11 +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
dhartmei
b01e43dca3 use ${PREFIX} instead of /usr/local, from Xavier Santolaria. 2003-10-20 09:33:29 +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