Commit Graph

17 Commits

Author SHA1 Message Date
Dirk Meyer
09666e3dd5 - make portlint happier 2003-01-22 19:14:08 +00:00
Dirk Meyer
98d05c23ab - Update to 1.11 2003-01-16 03:30:48 +00:00
Dirk Meyer
7fd62f29d6 Update to vbsfilter-1.9 2002-06-18 02:49:55 +00:00
Dirk Meyer
5d952684bf Verified that "-lsm -lsmutil" and no longer needed.
Thanks to Stephane Lentz

PR:		37908
2002-06-17 04:39:27 +00:00
Dirk Meyer
2029c61d64 Add an option: SENDMAIL_MILTER_IN_BASE=yes
This does not build yet, as the ports need more than libmilter.

PR:		37908
2002-05-10 06:01:35 +00:00
Dirk Meyer
cfecb977d8 - Update noattach to 1.0beta11
- syncronize sample startup-scripts

PR:		36005
Submitted by:	oli@amun.isnic.is
2002-03-17 18:00:07 +00:00
Dirk Meyer
788746e7ca - Change SENDMAIL_WIT_MILTER to SENDMAIL_WITHOUT_MILTER
MILTER is build by default in any case now,
  previosly only when defined in "BATCH".

- Add CFLAGS awareness to build, Submitted by: mi

P:
2002-02-09 12:17:38 +00:00
Dirk Meyer
da93beb78f - Update to vbsfilter-1.8
Update vbsfilter to detect uuencoded attachments. Thanks to Matthew
   Wong for noting that the "MyParty" virus spreads itself in this way.
2002-01-30 09:47:37 +00:00
Dirk Meyer
4ba91b59c4 - use ${INSTALL_SCRIPT} for samples in ${PREFIX}/etc/rc.d/ 2001-11-13 20:37:35 +00:00
Dirk Meyer
3d1ed214aa - Detect needed libs on installed sendmail package
8.11.6 and 8.12.1 tested.
2001-10-12 10:13:49 +00:00
Dirk Meyer
f9facfa79a - uncomment a line in the sample script 2001-10-07 06:33:30 +00:00
Dirk Meyer
cdce4b7280 - Update to version 1.7
* 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
 *
2001-08-13 19:20:39 +00:00
Dirk Meyer
1c0cfaec29 - Fix build on current, as PTHREAD_CFLAGS generates an empty argument.
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=""==}
2001-08-01 10:47:45 +00:00
Dirk Meyer
385c248462 change MAINTAINER to FreeBSD.org address 2001-06-24 04:28:57 +00:00
Dirk Meyer
d7eb63a9e1 Sendmail:
- 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
2001-06-15 17:28:11 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-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.
2001-03-29 16:35:19 +00:00
Dirk Meyer
8769245118 vbsfilter will rename VBS and SHS attachments to .txt,
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
2001-03-13 06:47:30 +00:00