summaryrefslogtreecommitdiff
path: root/mail/rbl-milter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add size data.Trevor Johnson2004-03-261-0/+1
| | | | Notes: svn path=/head/; revision=105291
* E-mail to the maintainer bounced with:Trevor Johnson2004-03-261-1/+1
| | | | | | | | 451 codeheadsystems.com: Name server timeout Message could not be delivered for 5 days Notes: svn path=/head/; revision=105283
* Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION.Kris Kennaway2004-02-162-20/+15
| | | | Notes: svn path=/head/; revision=101005
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Fix more linebreaksDirk Meyer2003-04-072-14/+13
| | | | Notes: svn path=/head/; revision=78543
* This is a simple sendmail milter which adds an X-RBL-Warning header toDirk Meyer2003-04-077-0/+124
any emails that are received that come from an open relay as determined by your choice of RBL checking service (i.e. bl.spamcop.net). This is useful if you'd rather have the mail user agent (MUA) deal with potential spam rather than just blocking it in case you loose legitimate messages. Note that the X-RBL-Warning header is only set if the site was found to be an open-relay. For more information, see the rbl-milter website at: WWW: http://opensource.confusticate.com/rbl-milter/ RBL-Milter was created by Jeremy Beker <gothmog@confusticate.com> and the port is maintained by Ned Wolpert <wolpert@codeheadsystems.com> PR: 45605 Submitted by: wolpert@codeheadsystems.com Notes: svn path=/head/; revision=78540