mail/spampd: drop user_dir patch and maintainership

PR:		259226
This commit is contained in:
Dag-Erling Smørgrav 2022-02-24 16:07:55 +01:00
parent a354a80092
commit a455f124cf
2 changed files with 2 additions and 11 deletions

View file

@ -2,9 +2,10 @@
PORTNAME= spampd
PORTVERSION= 2.61
PORTREVISION= 1
CATEGORIES= mail perl5
MAINTAINER= des@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Spamassassin SMTP Proxy
LICENSE= GPLv3

View file

@ -1,10 +0,0 @@
--- spampd.pl.orig 2021-09-28 04:11:50 UTC
+++ spampd.pl
@@ -470,6 +470,7 @@ sub new {
userstate_dir =>
'/var/spool/spamassassin/spampd', # home directory for SA files and plugins (--homedir option)
home_dir_for_helpers => '', # this will be set to the same as userstate_dir once options are parsed
+ user_dir => (getpwnam($user))[7],
username => '', # this will be set to the same user as we're running as once options are parsed
userprefs_filename => undef, # add this config file for SA "user_prefs" settings (--saconfig option)
dont_copy_prefs => 1, # tell SA not to copy user pref file into its working dir