1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/mail/spampd/files/patch-user_dir
Yen-Ming Lee 0b3a0a198c - Allow spampd to change user_directory [1]
- update to 2.30
- mark IGNORE on old perl

PR:		[1] ports/88901
Submitted by:	Rauf Kuliyev <rauf@kuliyev.com>
Approved by:	maintainer
2005-12-09 09:59:42 +00:00

11 lines
325 B
Plaintext

--- spampd.orig Thu Dec 8 09:54:07 2005
+++ spampd Thu Dec 8 09:54:07 2005
@@ -793,6 +793,7 @@
my $assassin = Mail::SpamAssassin->new({
'dont_copy_prefs' => 1,
'debug' => $debug,
+ 'user_dir' => (getpwnam($user))[7],
'local_tests_only' => $options{'local-only'} || 0 });
$options{'auto-whitelist'} and eval {