Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a few "bad example" problems in the rc.d scripts that have been | dougb | 2009-07-16 | 1 | -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 script | dinoex | 2009-03-28 | 4 | -37/+57 |
| | |||||
* | - use milter framework | dinoex | 2007-01-13 | 1 | -3/+8 |
| | |||||
* | - take maintainership | dinoex | 2006-11-09 | 1 | -1/+1 |
| | |||||
* | - Add SHA256 | pav | 2005-11-25 | 1 | -0/+1 |
| | |||||
* | Use PLIST_FILES & SUB_FILES | vs | 2005-04-26 | 2 | -4/+3 |
| | |||||
* | Add size data. | trevor | 2004-03-26 | 1 | -0/+1 |
| | |||||
* | E-mail to the maintainer bounced with: | trevor | 2004-03-26 | 1 | -1/+1 |
| | | | | | 451 codeheadsystems.com: Name server timeout Message could not be delivered for 5 days | ||||
* | Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION. | kris | 2004-02-16 | 2 | -20/+15 |
| | |||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | marcus | 2004-02-04 | 1 | -0/+1 |
| | | | | (Part 1) | ||||
* | - Fix more linebreaks | dinoex | 2003-04-08 | 2 | -14/+13 |
| | |||||
* | This is a simple sendmail milter which adds an X-RBL-Warning header to | dinoex | 2003-04-08 | 7 | -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 |