diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-06 01:44:14 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-06 01:44:14 +0000 |
commit | 1896fb4a9656aed42f9f53f00c6cb005568f46f4 (patch) | |
tree | 0c0fa1d2f7383771e49402bcb112d4412df954b7 /mail/messagewall | |
parent | 3dea7d9610cefab9b81436ef09dae6f256a63996 (diff) | |
download | ports-1896fb4a9656aed42f9f53f00c6cb005568f46f4.tar.gz ports-1896fb4a9656aed42f9f53f00c6cb005568f46f4.zip |
- update to 1.0.8
- reword pkg-descr
PR: 46721
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=72615
Diffstat (limited to 'mail/messagewall')
-rw-r--r-- | mail/messagewall/Makefile | 4 | ||||
-rw-r--r-- | mail/messagewall/distinfo | 2 | ||||
-rw-r--r-- | mail/messagewall/pkg-descr | 18 |
3 files changed, 15 insertions, 9 deletions
diff --git a/mail/messagewall/Makefile b/mail/messagewall/Makefile index 2ece6aa1bc04..feec8eb92cc6 100644 --- a/mail/messagewall/Makefile +++ b/mail/messagewall/Makefile @@ -6,7 +6,7 @@ # PORTNAME= messagewall -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.8 CATEGORIES= mail MASTER_SITES= http://www.messagewall.org/download/ DISTNAME= messagewall-${PORTVERSION} @@ -28,6 +28,8 @@ post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/firemake.cflags \ ${WRKSRC}/firemake.ldflags + ${REINPLACE_CMD} -e 's|-lcrypto|-lcrypto ${PTHREAD_LIBS}|' \ + ${WRKSRC}/firemake.libs do-install: @${CP} ${WRKSRC}/messagewall ${PREFIX}/bin diff --git a/mail/messagewall/distinfo b/mail/messagewall/distinfo index 74ae463a2f02..4cf49239c9f2 100644 --- a/mail/messagewall/distinfo +++ b/mail/messagewall/distinfo @@ -1 +1 @@ -MD5 (messagewall-1.0.6.tar.gz) = 136cffcf0427c5620925a5793c92b5a6 +MD5 (messagewall-1.0.8.tar.gz) = c8bb5538b4f004b56ba680d50c549b8f diff --git a/mail/messagewall/pkg-descr b/mail/messagewall/pkg-descr index f9a6bb710335..67ee85917f42 100644 --- a/mail/messagewall/pkg-descr +++ b/mail/messagewall/pkg-descr @@ -1,10 +1,14 @@ -MessageWall is a free software SMTP proxy. It sits between the outside -world and your mail server and keeps out viruses, spam and mail relaying. -Unlike many existing ISP-level filtering solutions, it offers -customization of filtering features on a per-address basis. MessageWall -employs a scoring system that allows message rejection based on multiple -rules with different weigths, and header tagging when the message doesn't -reach the threshold. +MessageWall is an SMTP proxy. It sits between the outside world and +your mail server and keeps out viruses, spam, and mail relaying. +It offers filtering via header and body checks, DNS-based blacklists +for IP addresses (DNSBL) and domains (RHSBL), DNS-based distributed +checksumming (DNS DCC) similar to Vipul's Razor, and Open AntiVirus +pattern scanning. ke many existing ISP-level filtering solutions, +it offers customization of filtering features on a per-address +basis. Unlike SpamAssassin, it communicates via SMTP, so it works +with any MTA. It also supports scoring based on rules with a rejection +threshold; this allows hybrid warning/rejection configurations based +on how many and which rules a message matches. WWW: http://www.messagewall.org |