diff options
author | rafan <rafan@FreeBSD.org> | 2006-07-29 10:09:43 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-07-29 10:09:43 +0800 |
commit | e4541a7b496e3cf023784cb68d390cb60a31e8c0 (patch) | |
tree | de32afb24314ca75c22f35a5036fda0c38b373eb | |
parent | de7712e08dcc3c4c48911088e8b13686238bf954 (diff) | |
download | freebsd-ports-gnome-e4541a7b496e3cf023784cb68d390cb60a31e8c0.tar.gz freebsd-ports-gnome-e4541a7b496e3cf023784cb68d390cb60a31e8c0.tar.zst freebsd-ports-gnome-e4541a7b496e3cf023784cb68d390cb60a31e8c0.zip |
- Update to 1.2.3
PR: ports/100990
Submitted by: J.R. Oldroyd (maintainer)
-rw-r--r-- | mail/assp/Makefile | 4 | ||||
-rw-r--r-- | mail/assp/distinfo | 6 | ||||
-rw-r--r-- | mail/assp/files/assp.8.in | 12 | ||||
-rw-r--r-- | mail/assp/files/pkg-install.in | 1 |
4 files changed, 12 insertions, 11 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile index 59eb567bf9a4..a5a771af3053 100644 --- a/mail/assp/Makefile +++ b/mail/assp/Makefile @@ -6,11 +6,11 @@ # PORTNAME= assp -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME:U}_${PORTVERSION}-install +DISTNAME= ${PORTNAME:U}_${PORTVERSION}-Install MAINTAINER= fbsd@opal.com COMMENT= Anti-Spam SMTP Proxy diff --git a/mail/assp/distinfo b/mail/assp/distinfo index 38a3877b1448..3f3fe89c4c90 100644 --- a/mail/assp/distinfo +++ b/mail/assp/distinfo @@ -1,3 +1,3 @@ -MD5 (ASSP_1.2.2-install.zip) = 0f9f44ce02c68a69063390ad1b8fe872 -SHA256 (ASSP_1.2.2-install.zip) = 967ca2cde4474fd9dd5d775e139434497a3c9ff58bab606db9e8edf1d077d334 -SIZE (ASSP_1.2.2-install.zip) = 244053 +MD5 (ASSP_1.2.3-Install.zip) = 456208cfdd184fdbdc10224f6afed6c7 +SHA256 (ASSP_1.2.3-Install.zip) = 746205e2511b52b9859e34634155c12e4e0a34a444036486bf37f3c63ec9dec6 +SIZE (ASSP_1.2.3-Install.zip) = 235717 diff --git a/mail/assp/files/assp.8.in b/mail/assp/files/assp.8.in index 729892e270e1..e93b7c28a79c 100644 --- a/mail/assp/files/assp.8.in +++ b/mail/assp/files/assp.8.in @@ -125,11 +125,13 @@ whatever steps are necessary for each MUA that's being used. .IP 6. Optionally, send a message containing a list of email addresses that you want to receive email from to -.IR assp-white@yourdomain.com . +.IR asspwhite@yourdomain.com . Have all your users do this. This will seed .IR ASSP 's whitelist. Messages from senders on the whitelist will -never be blocked. +never be blocked. An address can be removed from the whitelist +by emailing it to +.IR asspnotwhite@yourdomain.com . .IP 7. To set up the Bayesian word list filtering, do the following: .RS @@ -209,12 +211,12 @@ Once .I ASSP is live, users should forward a copy of any spam message that still gets through to -.I assp-spam@yourdomain.com +.I asspspam@yourdomain.com in order to add it to .IR ASSP 's spam database. Any non-spam that was mis-classified as spam can be copied to -.IR assp-notspam@yourdomain.com . +.IR asspnotspam@yourdomain.com . .PP The .I rebuildspamdb.pl @@ -254,7 +256,7 @@ copies of non-spam messages received .IP %%ASSP_HOME%%/spam copies of spam messages received .IP %%ASSP_HOME%%/errors/{notspam,spam} -messages forwarded to assp-notspam@ and assp-spam@ addresses +messages forwarded to asspnotspam@ and asspspam@ addresses .IP %%ASSP_HOME%%/maillog.txt .IR ASSP 's log file diff --git a/mail/assp/files/pkg-install.in b/mail/assp/files/pkg-install.in index 5849ef05108d..82c5f2a988b6 100644 --- a/mail/assp/files/pkg-install.in +++ b/mail/assp/files/pkg-install.in @@ -2,7 +2,6 @@ if [ "$2" = "POST-INSTALL" ]; then install -d -m 0700 -o %%ASSP_USER%% -g %%ASSP_GROUP%% %%ASSP_HOME%% - [ ! -f %%ASSP_HOME%%/denysmtp.txt ] && touch %%ASSP_HOME%%/denysmtp.txt && chown %%ASSP_USER%%:%%ASSP_GROUP%% %%ASSP_HOME%%/denysmtp.txt ln -s $PKG_PREFIX/lib/assp/*report.txt %%ASSP_HOME%% ln -s $PKG_PREFIX/lib/assp/nodelay.txt %%ASSP_HOME%% ln -s $PKG_PREFIX/lib/assp/redre.txt %%ASSP_HOME%% |