aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rbl-milter
Commit message (Collapse)AuthorAgeFilesLines
* - add USES=gmakedinoex2013-12-071-3/+2
|
* - use STAGEDIRdinoex2013-11-301-7/+1
|
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-211-1/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | mail)
* - cleanup headerdinoex2013-01-271-5/+1
|
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+1
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* - escape shell namesdinoex2012-01-141-1/+1
|
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - use Author:dinoex2011-11-191-2/+1
| | | | Feature safe: yes
* Standardize WWW: tags a bit more:dougb2011-11-071-4/+3
| | | | | | | | | | | | | 1. Remove white space from the beginning of lines 2. Make the canonical WWW the last line of the file 3. Remove lines to the effect of, "More information can be found at..." that's the stated purpose of the WWW: tags in the first place. 4. Change secondary WWW: lines to use other text to avoid confusion While I'm here, remove some more useless Author: lines, and some prepended white space to other lines. Mentioned (in part) by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* - remove MD5ohauer2011-07-031-1/+0
|
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-3/+1
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* - use RCNG scriptdinoex2009-03-284-37/+57
|
* - use milter frameworkdinoex2007-01-131-3/+8
|
* - take maintainershipdinoex2006-11-091-1/+1
|
* - Add SHA256pav2005-11-251-0/+1
|
* Use PLIST_FILES & SUB_FILESvs2005-04-262-4/+3
|
* Add size data.trevor2004-03-261-0/+1
|
* E-mail to the maintainer bounced with:trevor2004-03-261-1/+1
| | | | | 451 codeheadsystems.com: Name server timeout Message could not be delivered for 5 days
* Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION.kris2004-02-162-20/+15
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* - Fix more linebreaksdinoex2003-04-082-14/+13
|
* This is a simple sendmail milter which adds an X-RBL-Warning header todinoex2003-04-087-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