aboutsummaryrefslogtreecommitdiff
path: root/mail/spamilter
Commit message (Collapse)AuthorAgeFilesLines
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361961
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* - fix build with custom CCDirk Meyer2014-03-271-1/+10
| | | | Notes: svn path=/head/; revision=349366
* - update LICENSEDirk Meyer2014-03-091-1/+1
| | | | Notes: svn path=/head/; revision=347572
* - use STAGEDIRDirk Meyer2013-12-052-27/+36
| | | | | | | | - use OPT_* flags - use SHEBANG_FILES Notes: svn path=/head/; revision=335656
* - use OPTIONS_DEFINEDirk Meyer2013-11-271-17/+19
| | | | Notes: svn path=/head/; revision=335053
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* Fix problem introduced in r302141. The directory for the unpacked sourceDoug Barton2012-08-151-1/+3
| | | | | | | | files is unversioned, so it conflicts with the name of the rc.d script in WRKDIR after SUB_FILES is applied. Notes: svn path=/head/; revision=302555
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Remove conditional checks for FreeBSD 6.XPav Lucistnik2012-03-021-4/+1
| | | | | | | | | PR: ports/165608 Submitted by: pgollucci Approved by: portmgr (hat) Notes: svn path=/head/; revision=292531
* - escape shell namesDirk Meyer2012-01-141-1/+1
| | | | Notes: svn path=/head/; revision=289167
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-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. Notes: svn path=/head/; revision=289156
* - remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276989
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+2
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - cleanup LICENSE_FILEDirk Meyer2010-10-151-4/+1
| | | | Notes: svn path=/head/; revision=263061
* - add COPYRIGHTDirk Meyer2010-06-112-0/+5
| | | | Notes: svn path=/head/; revision=256352
* LICENSE BSDDirk Meyer2010-06-051-0/+2
| | | | Notes: svn path=/head/; revision=255749
* - fix build for option WITH_LIBSPFDirk Meyer2009-11-061-1/+1
| | | | Notes: svn path=/head/; revision=243879
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-9/+3
| | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=237892
* - fix build with custom PREFIXDirk Meyer2009-06-211-0/+3
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=236410
* - new option WITH_LIBSPFDirk Meyer2009-05-071-0/+7
| | | | | | | Submitted by: Paul Koene Notes: svn path=/head/; revision=233345
* - use RC_SUBRDirk Meyer2009-01-163-43/+54
| | | | Notes: svn path=/head/; revision=226286
* - add LICENSE:Dirk Meyer2009-01-161-0/+3
| | | | Notes: svn path=/head/; revision=226285
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-2/+0
| | | | Notes: svn path=/head/; revision=200775
* - fix build with sendmail in baseDirk Meyer2007-03-171-0/+2
| | | | | | | no longer depend on the sendmail source in base Notes: svn path=/head/; revision=187567
* Utilize PORTDOCSMarkus Brueffer2007-02-051-7/+2
| | | | | | | Approved by: dinoex (maintainer) Notes: svn path=/head/; revision=184264
* - use milter frameworkDirk Meyer2007-01-131-19/+3
| | | | Notes: svn path=/head/; revision=182276
* - fix build on RELENG_6Dirk Meyer2006-07-191-1/+1
| | | | | | | Submitted by: ume (Hajimu UMEMOTO) Notes: svn path=/head/; revision=168206
* - fix build on FreeBSD 700014Dirk Meyer2006-05-151-2/+1
| | | | | | | Submitted by: Hajimu UMEMOTO Notes: svn path=/head/; revision=162450
* - mark BROKEN on FreeBSD 7.xDirk Meyer2006-04-301-1/+1
| | | | Notes: svn path=/head/; revision=160937
* - fix build on 7-CURRENTDirk Meyer2006-03-311-0/+4
| | | | | | | Submitted by: Hajimu UMEMOTO Notes: svn path=/head/; revision=158456
* - fix missing/obsolete patchesDirk Meyer2005-12-172-73/+66
| | | | | | | - new options WITH_PAM SMTP_AFTER_POP3 Notes: svn path=/head/; revision=151366
* - update to 0.60Dirk Meyer2005-12-142-5/+4
| | | | Notes: svn path=/head/; revision=151168
* - add SHA checksumDirk Meyer2005-11-131-0/+2
| | | | Notes: svn path=/head/; revision=148088
* - make patchsite fixableDirk Meyer2005-11-081-1/+1
| | | | | | | Submitted by: Pav Lucistnik Notes: svn path=/head/; revision=147560
* - fix a violation of RFC2821Dirk Meyer2005-11-083-13/+18
| | | | | | | Reported by: Claus Assmann Notes: svn path=/head/; revision=147550
* - reset IGNORE for FreeBSD >= 5.4Dirk Meyer2005-07-271-0/+2
| | | | Notes: svn path=/head/; revision=140264
* - rename optionDirk Meyer2004-12-171-3/+3
| | | | | | | SENDMAIL_PORT -> SENDMAIL_MILTER_PORT Notes: svn path=/head/; revision=124245
* - register depedency for SENDMAIL_WITH_SHARED_MILTERDirk Meyer2004-12-161-0/+4
| | | | Notes: svn path=/head/; revision=124228
* - Fix threading for FreeBSD 5.2.1Dirk Meyer2004-12-161-2/+11
| | | | Notes: svn path=/head/; revision=124227
* - Fix build on alpha4Dirk Meyer2004-11-271-0/+11
| | | | Notes: svn path=/head/; revision=122570
* s/BROKEN/IGNORE/ because the package builds but is unusable.Kris Kennaway2004-08-171-1/+1
| | | | | | | # XXX Is it really still unusable? Notes: svn path=/head/; revision=116503
* - new option SENDMAIL_PORTDirk Meyer2004-07-191-1/+2
| | | | Notes: svn path=/head/; revision=113930
* - update distifoDirk Meyer2004-06-152-3/+8
| | | | | | | | | distfiles was rerolled at Apr 29 list of extensions extended example configuration files added Notes: svn path=/head/; revision=111511
* Spamilter is a Sendmail milter written entierly in C, and thereforeDirk Meyer2004-06-115-0/+199
is faster and less cpu intensive than other interperative based solutions. It blocks spam using the following methods; * Configurable Realtime DNS Blacklists * Sender Address verification * Configurable Black and White lists * Invalid MTA hostname verfication * Basic Virus/Worm file attachment rejection for files ending in .pif, .scr, etc.. via MsExtChk filter * SPF via libspf Also; * Realtime firewall blocking of MTA hosts with invalid host names via MtaHostIpfw filter * Realtime rate limited connection blocking via firewall rule injection All actions are logged via syslog with both the sender and the recipient. From this, report generation and notification to recipients showing activity becomes extremely simple. WWW: http://www.wanlink.com/spamilter/index.php Notes: svn path=/head/; revision=111253