Skip to content

Commit

Permalink
mail/spampd: Unbreak with spamassassin 3.4+
Browse files Browse the repository at this point in the history
PR:		262235
(cherry picked from commit adbaba0)
  • Loading branch information
daemonblade authored and grembo committed Apr 9, 2022
1 parent 35c42bd commit 318255d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mail/spampd/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= spampd
PORTVERSION= 2.61
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail perl5

MAINTAINER= ports@FreeBSD.org
Expand Down
3 changes: 1 addition & 2 deletions mail/spampd/files/spampd.in
Expand Up @@ -22,8 +22,7 @@ rcvar=spampd_enable

: ${spampd_enable="NO"}
: ${spampd_pidfile="/var/run/spamd/spampd.pid"}
: ${spampd_flags="--user=spamd --group=spamd --host 127.0.0.1:10024 --relayhost=127.0.0.1:10025 --dose --tagall --auto-whitelist"}

: ${spampd_flags="--user=spamd --group=spamd --homedir=/var/spool/spamd --host=127.0.0.1:10025 --relayhost=127.0.0.1:10026 --dose --tagall"}
load_rc_config $name

command="%%PREFIX%%/sbin/$name"
Expand Down

0 comments on commit 318255d

Please sign in to comment.