aboutsummaryrefslogtreecommitdiff
path: root/mail/noattach
Commit message (Collapse)AuthorAgeFilesLines
* - remove spaceDirk Meyer2013-12-111-1/+1
| | | | Notes: svn path=/head/; revision=336229
* - revert r331810Dirk Meyer2013-10-282-5/+5
| | | | Notes: svn path=/head/; revision=331895
* - use STAGEDIRDirk Meyer2013-10-271-17/+11
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=331810
* - 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
* 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
* - 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-1/+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
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-7/+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
* - use RC_SUBRDirk Meyer2009-01-164-42/+60
| | | | Notes: svn path=/head/; revision=226286
* - use PORTEXAMPLESDirk Meyer2008-05-302-5/+7
| | | | Notes: svn path=/head/; revision=213955
* - use milter frameworkDirk Meyer2007-01-131-21/+5
| | | | Notes: svn path=/head/; revision=182276
* - extend COMMENTDirk Meyer2006-11-091-1/+1
| | | | Notes: svn path=/head/; revision=176927
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - update to 1.2Dirk Meyer2005-04-264-23/+22
| | | | Notes: svn path=/head/; revision=134215
* - 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
* - force milter dir as first include pathDirk Meyer2004-10-123-2/+27
| | | | | | | | - fix build with sendmail 8.13 mfapi.h - switch default to sendmail 8.13 Notes: svn path=/head/; revision=119059
* - new option SENDMAIL_PORTDirk Meyer2004-07-191-1/+2
| | | | Notes: svn path=/head/; revision=113930
* - add SIZEDirk Meyer2004-02-261-0/+1
| | | | Notes: svn path=/head/; revision=102162
* - update COMMENTDirk Meyer2003-12-171-1/+1
| | | | | | | Submitted by: mark@remotelab.org Notes: svn path=/head/; revision=96057
* - fix UsageDirk Meyer2003-12-041-2/+2
| | | | Notes: svn path=/head/; revision=94863
* - bump PORTREVISIONDirk Meyer2003-11-181-1/+1
| | | | Notes: svn path=/head/; revision=94265
* - honor given LDFLAGSDirk Meyer2003-10-291-1/+5
| | | | | | | - make sure it links with the latest libmilter.a by default. Notes: svn path=/head/; revision=92514
* - remove COPYINGDirk Meyer2003-10-192-2/+1
| | | | Notes: svn path=/head/; revision=91691
* - use DOCSDIR and EXAMPLESDIRDirk Meyer2003-10-122-14/+14
| | | | Notes: svn path=/head/; revision=90903
* - Fix bogus kill -SIGUSR1 to -USR1 for reload targetDirk Meyer2003-09-262-2/+3
| | | | | | | - update Usage. Notes: svn path=/head/; revision=89422
* - add reload target in rc.scriptDirk Meyer2003-09-251-0/+8
| | | | Notes: svn path=/head/; revision=89374
* - use ${PTHREAD_LIBS} in configureDirk Meyer2003-09-241-1/+4
| | | | Notes: svn path=/head/; revision=89259
* - Update to 1.1p1Dirk Meyer2003-08-232-2/+3
| | | | | | | | fix a buffer overflow in the return message generation - set PORTVERSION 1.1.1 to avoid future conflicts Notes: svn path=/head/; revision=87547
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* Update to 1.1Dirk Meyer2003-01-042-2/+2
| | | | | | | | PR: 46737 Submitted by: oli@isnic.is Notes: svn path=/head/; revision=72505
* Option SENDMAIL_MILTER_IN_BASEDirk Meyer2002-10-261-0/+2
| | | | | | | - allow to build port with base sendamil Notes: svn path=/head/; revision=68884
* Add an option: SENDMAIL_MILTER_IN_BASE=yesDirk Meyer2002-05-101-1/+0
| | | | | | | | | This does not build yet, as the ports need more than libmilter. PR: 37908 Notes: svn path=/head/; revision=58846
* Version update from 1.0 to 1.0p1Dirk Meyer2002-04-292-2/+2
| | | | | | | | PR: 37487 Submitted by: oli@isnic.is Notes: svn path=/head/; revision=58300
* Version update and a description change.Dirk Meyer2002-04-153-4/+6
| | | | | | | | | | With the new version there is a man page wich should now be installed. PR: 37082 Submitted by: oli@isnic.is Notes: svn path=/head/; revision=57706
* Fixed:Dirk Meyer2002-04-011-0/+3
| | | | | | | | | | | if you have some sendmail compiled with LDAP support the configure fails because -ldap -llber are not used in the sm_snprintf test. Submitted by: Stephane.Lentz@ansf.alcatel.fr Notes: svn path=/head/; revision=57139
* - Update noattach to 1.0beta12Dirk Meyer2002-03-283-3/+8
| | | | | | | - Make startupscript smarter Notes: svn path=/head/; revision=56770
* Fix noattach.sh.sample script, %%PREFIX%% was not replacedDirk Meyer2002-03-171-1/+5
| | | | Notes: svn path=/head/; revision=56267
* - Update noattach to 1.0beta11Dirk Meyer2002-03-174-5/+6
| | | | | | | | | | - syncronize sample startup-scripts PR: 36005 Submitted by: oli@amun.isnic.is Notes: svn path=/head/; revision=56261
* - Update to 1.0beta10Dirk Meyer2002-02-173-6/+5
| | | | | | | | | | - Cleanup in Makefile PR: 34980 Submitted by: oli@isnic.is Notes: svn path=/head/; revision=54820
* - Update to noattach-1.0beta8Dirk Meyer2002-02-123-3/+3
| | | | | | | | PR: 34852 Submitted by: oli@isnic.is Notes: svn path=/head/; revision=54588
* Add-Port:Dirk Meyer2002-02-106-0/+101
A attatchment filter for Sendmail There really isn't much to say, noattach is a milter that parses the body of email messages from sendmail and checks if the filename of attachments matches one of the regular expressions in a given pattern file and rejects those emails that match. Filenames are MIME decoded if needed. This program needs sendmail version 8.12.1 or newer to be compiled with libsm and libmilter. WWW: http://freshmeat.net/projects/noattach/ Notes: svn path=/head/; revision=54469