summaryrefslogtreecommitdiff
path: root/mail/noattach (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - new option SENDMAIL_PORTDirk Meyer2004-07-191-1/+2
|
* - add SIZEDirk Meyer2004-02-261-0/+1
|
* - update COMMENTDirk Meyer2003-12-171-1/+1
| | | | Submitted by: mark@remotelab.org
* - fix UsageDirk Meyer2003-12-041-2/+2
|
* - bump PORTREVISIONDirk Meyer2003-11-181-1/+1
|
* - honor given LDFLAGSDirk Meyer2003-10-291-1/+5
| | | | - make sure it links with the latest libmilter.a by default.
* - remove COPYINGDirk Meyer2003-10-192-2/+1
|
* - use DOCSDIR and EXAMPLESDIRDirk Meyer2003-10-122-14/+14
|
* - Fix bogus kill -SIGUSR1 to -USR1 for reload targetDirk Meyer2003-09-262-2/+3
| | | | - update Usage.
* - add reload target in rc.scriptDirk Meyer2003-09-251-0/+8
|
* - use ${PTHREAD_LIBS} in configureDirk Meyer2003-09-241-1/+4
|
* - 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
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
|
* - add COMMENTDirk Meyer2003-02-201-0/+1
|
* Update to 1.1Dirk Meyer2003-01-042-2/+2
| | | | | PR: 46737 Submitted by: oli@isnic.is
* Option SENDMAIL_MILTER_IN_BASEDirk Meyer2002-10-261-0/+2
| | | | - allow to build port with base sendamil
* 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
* Version update from 1.0 to 1.0p1Dirk Meyer2002-04-292-2/+2
| | | | | PR: 37487 Submitted by: oli@isnic.is
* 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
* 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
* - Update noattach to 1.0beta12Dirk Meyer2002-03-283-3/+8
| | | | - Make startupscript smarter
* Fix noattach.sh.sample script, %%PREFIX%% was not replacedDirk Meyer2002-03-171-1/+5
|
* - Update noattach to 1.0beta11Dirk Meyer2002-03-174-5/+6
| | | | | | | - syncronize sample startup-scripts PR: 36005 Submitted by: oli@amun.isnic.is
* - Update to 1.0beta10Dirk Meyer2002-02-173-6/+5
| | | | | | | - Cleanup in Makefile PR: 34980 Submitted by: oli@isnic.is
* - Update to noattach-1.0beta8Dirk Meyer2002-02-123-3/+3
| | | | | PR: 34852 Submitted by: oli@isnic.is
* 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/