mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
0b3a0a198c
- update to 2.30 - mark IGNORE on old perl PR: [1] ports/88901 Submitted by: Rauf Kuliyev <rauf@kuliyev.com> Approved by: maintainer
11 lines
325 B
Plaintext
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 {
|