mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Update to 0.95.7 [1]
Make portlint happyer PR: 87207 [1] Submitted by: Rashid N. Achilov <shelton@ns.granch.ru> (maintainer)
This commit is contained in:
parent
a375cd9af9
commit
ca0354eae2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144860
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= sccmilter
|
||||
PORTVERSION= 0.95.1
|
||||
PORTVERSION= 0.95.7
|
||||
CATEGORIES= mail sysutils
|
||||
MASTER_SITES= ftp://ftp.granch.ru/pub/kavmilter/
|
||||
|
||||
@ -26,6 +26,8 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --localstatedir=/var
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
MAN5= sccmilter.conf.5 scchosts.5 sccusers.5
|
||||
MAN8= sccmilter.8
|
||||
|
||||
@ -47,14 +49,12 @@ pre-configure:
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${PREFIX}/libexec/sccmilter
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for i in CHANGES FAQ README TODO
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
post-deinstall:
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (sccmilter-0.95.1.tar.bz2) = fbf6a9bb3a8840132617decdd67b4973
|
||||
SIZE (sccmilter-0.95.1.tar.bz2) = 168327
|
||||
MD5 (sccmilter-0.95.7.tar.bz2) = 9c75b77b4bf7c4639d029974be96f403
|
||||
SIZE (sccmilter-0.95.7.tar.bz2) = 179761
|
||||
|
@ -1,22 +1,23 @@
|
||||
This is a sendmail filter, based on Milter API, intedned to do
|
||||
spam control and canceling it. This is multi-thread small filter,
|
||||
which sits between sendmail and local mail agent, checks all mail
|
||||
by selected rules and cancels spam-qualified messages.
|
||||
This is a sendmail filter, based on Milter API, intedned to do spam
|
||||
control and canceling it. This is multi-thread small filter, which
|
||||
sits between sendmail and local mail agent, checks all mail by
|
||||
selected rules and cancels spam-qualified messages.
|
||||
|
||||
Main features:
|
||||
- Charset controlling. No more unreadable mails in your box!
|
||||
You can selectively setup, which codepages for which users
|
||||
are allowed, mail with other codepages will declined
|
||||
- HTML isolating. You can setup filter to check all incoming,
|
||||
outgoing or all (or none) mail to HTML mail and decline it.
|
||||
IMHO, HTML mail is a headache only. You can separately setup
|
||||
on per-user basis, which users can send HTML mail, which can
|
||||
receive
|
||||
You can selectively setup, which codepages for which users are
|
||||
allowed, mail with other codepages will declined
|
||||
- HTML isolating. You can setup filter to check all incoming, outgoing
|
||||
or all (or none) mail to HTML mail and decline it.
|
||||
IMHO, HTML mail is a headache only. You can separately setup on
|
||||
per-user basis, which users can send HTML mail, which can receive
|
||||
- Attachment control. You can allow or deny receiving mail with attachments,
|
||||
sending mail with attachments and send and receive simultaneously
|
||||
- 'Shadow watch'. You can silently keep copy of outgoing mail from local
|
||||
users to further analysis. Watch incoming mail will be arrived shortly.
|
||||
|
||||
Any other features (content filtering, attachment checking) are
|
||||
planned, but not imlemented this release.
|
||||
|
||||
WWW: http://granch.ru/~shelton/
|
||||
|
||||
- Rashid N. Achilov
|
||||
shelton@granch.ru
|
||||
Author: Rashid N. Achilov <shelton@granch.ru>
|
||||
|
Loading…
Reference in New Issue
Block a user