aboutsummaryrefslogtreecommitdiffstats
path: root/mail/noattach
Commit message (Collapse)AuthorAgeFilesLines
* - add SHA checksumdinoex2005-11-131-0/+1
|
* - update to 1.2dinoex2005-04-274-23/+22
|
* - rename optiondinoex2004-12-171-3/+3
| | | | SENDMAIL_PORT -> SENDMAIL_MILTER_PORT
* - register depedency for SENDMAIL_WITH_SHARED_MILTERdinoex2004-12-171-0/+4
|
* - force milter dir as first include pathdinoex2004-10-133-2/+27
| | | | | - fix build with sendmail 8.13 mfapi.h - switch default to sendmail 8.13
* - new option SENDMAIL_PORTdinoex2004-07-191-1/+2
|
* - add SIZEdinoex2004-02-261-0/+1
|
* - update COMMENTdinoex2003-12-171-1/+1
| | | | Submitted by: mark@remotelab.org
* - fix Usagedinoex2003-12-041-2/+2
|
* - bump PORTREVISIONdinoex2003-11-181-1/+1
|
* - honor given LDFLAGSdinoex2003-10-291-1/+5
| | | | - make sure it links with the latest libmilter.a by default.
* - remove COPYINGdinoex2003-10-202-2/+1
|
* - use DOCSDIR and EXAMPLESDIRdinoex2003-10-122-14/+14
|
* - Fix bogus kill -SIGUSR1 to -USR1 for reload targetdinoex2003-09-262-2/+3
| | | | - update Usage.
* - add reload target in rc.scriptdinoex2003-09-261-0/+8
|
* - use ${PTHREAD_LIBS} in configuredinoex2003-09-251-1/+4
|
* - Update to 1.1p1dinoex2003-08-232-2/+3
| | | | | fix a buffer overflow in the return message generation - set PORTVERSION 1.1.1 to avoid future conflicts
* - retire pkg-commentdinoex2003-02-211-1/+0
|
* - add COMMENTdinoex2003-02-211-0/+1
|
* Update to 1.1dinoex2003-01-042-2/+2
| | | | | PR: 46737 Submitted by: oli@isnic.is
* Option SENDMAIL_MILTER_IN_BASEdinoex2002-10-271-0/+2
| | | | - allow to build port with base sendamil
* Add an option: SENDMAIL_MILTER_IN_BASE=yesdinoex2002-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.0p1dinoex2002-04-292-2/+2
| | | | | PR: 37487 Submitted by: oli@isnic.is
* Version update and a description change.dinoex2002-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:dinoex2002-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.0beta12dinoex2002-03-283-3/+8
| | | | - Make startupscript smarter
* Fix noattach.sh.sample script, %%PREFIX%% was not replaceddinoex2002-03-181-1/+5
|
* - Update noattach to 1.0beta11dinoex2002-03-184-5/+6
| | | | | | | - syncronize sample startup-scripts PR: 36005 Submitted by: oli@amun.isnic.is
* - Update to 1.0beta10dinoex2002-02-173-6/+5
| | | | | | | - Cleanup in Makefile PR: 34980 Submitted by: oli@isnic.is
* - Update to noattach-1.0beta8dinoex2002-02-123-3/+3
| | | | | PR: 34852 Submitted by: oli@isnic.is
* Add-Port:dinoex2002-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/