aboutsummaryrefslogtreecommitdiff
path: root/mail/bogofilter
diff options
context:
space:
mode:
authorW. Michael Petullo <mike@flyn.org>2014-10-31 20:34:30 -0400
committerW. Michael Petullo <mike@flyn.org>2014-10-31 20:34:30 -0400
commit055d2074f464cbed7a17602d34ffb44b6b9135be (patch)
tree2b76fa4717bc517653d2fb05582b225813cd02df /mail/bogofilter
parent91af216373f32b2d0f3559e2dc1871ffe5a92211 (diff)
bogofilter: set BOGOFILTER_DIR to /etc/bogofilter, as /var/lib is wiped on reboot
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'mail/bogofilter')
-rw-r--r--mail/bogofilter/Makefile2
-rwxr-xr-xmail/bogofilter/files/postfix-bogofilter2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index c6db11b18..5ff72c0ff 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bogofilter
PKG_VERSION:=1.2.4
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_LICENSE:=GPLv2
PKG_LICENSE_FILE:=COPYING
diff --git a/mail/bogofilter/files/postfix-bogofilter b/mail/bogofilter/files/postfix-bogofilter
index 7243b71e9..952d8cda3 100755
--- a/mail/bogofilter/files/postfix-bogofilter
+++ b/mail/bogofilter/files/postfix-bogofilter
@@ -12,7 +12,7 @@ FILTER_DIR=/mnt/sda1/var/spool/bogofilter
# misleading traces in headers, such as local address
# canonicalizations.
POSTFIX="/usr/sbin/sendmail -G -i"
-export BOGOFILTER_DIR=/var/lib/bogofilter
+export BOGOFILTER_DIR=/etc/bogofilter
# Exit codes from <sysexits.h>
EX_TEMPFAIL=75