Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-06-11 | Take over maintainership of milter-regex (OKed by manu) | jdarrow | 1 | -2/+2 | |
2004-06-11 | Update mail/milter-regex to 1.5. | jdarrow | 3 | -5/+19 | |
Also fix seteuid/setuid usage on NetBSD. Changes from 1.2: 1.5: March 19, 2004 Fix logic errors in dealing with multi-message connections (SMTP RSET, HELO or MAIL FROM resetting SMTP state). Add cb_abort callback. 1.4: March 13, 2004 Some performance improvements, abort rule evaluation immediately when no further rules can possibly match. Compile without -Werror, as some ports generate warnings. 1.3: March 8, 2004 Two bugfixes related to RCPT TO: rule evaluation (DSN options and multiple receipients would match incorrectly), umask(0177) for pipe, fix for Solaris daemon() implementation. Improved logging (From:, To: and Subject: headers, when available). [update during freeze approved by agc] | |||||
2004-04-24 | Convert to buildlink3. | snj | 1 | -4/+4 | |
2004-04-06 | Quickly revert previous. I didn't see that libmilter had already been | tv | 1 | -2/+1 | |
changed in a CVS merge somewhere. | |||||
2004-04-06 | Make libmilter a build-time dependency only (it's a static library); bump | tv | 1 | -1/+2 | |
PKGREVISION of its dependencies. | |||||
2004-03-03 | Update to milter-regex-1.2. | manu | 3 | -6/+6 | |
It now supports boolean expressions and macros, and drops privileges when run as root | |||||
2004-02-21 | s/enableing/enabling/ | snj | 1 | -2/+2 | |
2003-10-20 | The milter-regex plugin can be used with the milter API of sendmail(8) to | manu | 4 | -0/+30 | |
filter mails using regular expressions matching SMTP envelope parameters and mail headers and body. |