summaryrefslogtreecommitdiff
path: root/mail/vbsfilter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - make portlint happierDirk Meyer2003-01-221-3/+3
| | | | Notes: svn path=/head/; revision=73806
* - Update to 1.11Dirk Meyer2003-01-163-8/+10
| | | | Notes: svn path=/head/; revision=73217
* Update to vbsfilter-1.9Dirk Meyer2002-06-183-4/+4
| | | | Notes: svn path=/head/; revision=61469
* Verified that "-lsm -lsmutil" and no longer needed.Dirk Meyer2002-06-171-1/+1
| | | | | | | | | Thanks to Stephane Lentz PR: 37908 Notes: svn path=/head/; revision=61407
* Add an option: SENDMAIL_MILTER_IN_BASE=yesDirk Meyer2002-05-101-3/+9
| | | | | | | | | This does not build yet, as the ports need more than libmilter. PR: 37908 Notes: svn path=/head/; revision=58846
* - Update noattach to 1.0beta11Dirk Meyer2002-03-171-3/+3
| | | | | | | | | | - syncronize sample startup-scripts PR: 36005 Submitted by: oli@amun.isnic.is Notes: svn path=/head/; revision=56261
* - Change SENDMAIL_WIT_MILTER to SENDMAIL_WITHOUT_MILTERDirk Meyer2002-02-091-6/+2
| | | | | | | | | | | | MILTER is build by default in any case now, previosly only when defined in "BATCH". - Add CFLAGS awareness to build, Submitted by: mi P: Notes: svn path=/head/; revision=54435
* - Update to vbsfilter-1.8Dirk Meyer2002-01-303-4/+4
| | | | | | | | Update vbsfilter to detect uuencoded attachments. Thanks to Matthew Wong for noting that the "MyParty" virus spreads itself in this way. Notes: svn path=/head/; revision=54019
* - use ${INSTALL_SCRIPT} for samples in ${PREFIX}/etc/rc.d/Dirk Meyer2001-11-131-1/+1
| | | | Notes: svn path=/head/; revision=49994
* - Detect needed libs on installed sendmail packageDirk Meyer2001-10-121-1/+8
| | | | | | | 8.11.6 and 8.12.1 tested. Notes: svn path=/head/; revision=48706
* - uncomment a line in the sample scriptDirk Meyer2001-10-071-2/+2
| | | | Notes: svn path=/head/; revision=48510
* - Update to version 1.7Dirk Meyer2001-08-133-25/+9
| | | | | | | | | | | | | | | | | | | | | | | * August 6 2001 -- vbsfilter-1.7 * Various fixes for the case where headers and/or body are empty. * Patch sent in by Sergiy Zhuk <serge@yahoo-inc.com> * * Update "dangerous extension" list. * Noted by David F. Russell <David.F.Russell@ncmail.net> * * July 25 2001 -- vbsfilter-1.6 * Also recognise 'name=blah' as well as the more usual 'name="blah"'. * Patch sent in by Andrea Adams <andrea@vividimage.com> * * July 9 2001 -- vbsfilter-1.5 * Add support to reject arbitrary extensions. * * March 31 2001 -- vbsfilter-1.4 * Update for sendmail-8.12 * Notes: svn path=/head/; revision=46207
* - Fix build on current, as PTHREAD_CFLAGS generates an empty argument.Dirk Meyer2001-08-011-1/+1
| | | | | | | | | | | cd /tmp/a/ports/mail/vbsfilter/work/vbsfilter-1.3 && cc -O -pipe -Wall -I/usr/local/include "" -L/usr/local/lib -o vbsfilter-1.3 vbsfilter-1.3.c -lmilter -lsmutil "-lc_r" cc: : No such file or directory *** Error code 1 using: ${PTHREAD_CFLAGS:S=""==} Notes: svn path=/head/; revision=45697
* change MAINTAINER to FreeBSD.org addressDirk Meyer2001-06-241-1/+1
| | | | Notes: svn path=/head/; revision=44375
* Sendmail:Dirk Meyer2001-06-151-2/+5
| | | | | | | | | | | | | | - Save more documentation in %%PREFIX%%/share/doc/sendmail - Update Sendmail package, only libmilter will be installed. - Bump PORTREVISION - Cleanup configuration, reduced overhead in "site.config.m4" files - New option SENDMAIL_WITHOUT_IPV6=yes - Use global WITH_TLS as well as SENDMAIL_WITH_TLS - New slave ports: sendmail-sasl, sendmail-ldap - vbsfilter now build a package Notes: svn path=/head/; revision=44042
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-2/+2
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* vbsfilter will rename VBS and SHS attachments to .txt,Dirk Meyer2001-03-137-0/+128
thus rendering them harmless. Sendmail 8.10 introduced a new feature called the milter library, which provides filtering callbacks to a user-level program, which in turn can provide a "Yes"/"No"/"I haven't seen enough yet" answer to the question: Can sendmail allow this mail to be delivered? Sendmail is a trademark of Sendmail, Inc. WWW: http://aeschi.ch.eu.org/milter/ Submitted by: maintainer Notes: svn path=/head/; revision=39722