summaryrefslogtreecommitdiff
path: root/mail/noattach (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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