35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
$OpenBSD: patch-lib_Mail_SpamAssassin_pm,v 1.2 2002/05/02 15:26:37 wilfried Exp $
|
|
--- lib/Mail/SpamAssassin.pm.orig Tue Apr 30 19:55:24 2002
|
|
+++ lib/Mail/SpamAssassin.pm Tue Apr 30 19:59:28 2002
|
|
@@ -82,7 +82,6 @@ $DEBUG = 0;
|
|
@default_rules_path = qw(
|
|
__prefix__/share/spamassassin
|
|
/usr/local/share/spamassassin
|
|
- /usr/share/spamassassin
|
|
./rules
|
|
../rules
|
|
);
|
|
@@ -91,10 +90,6 @@ $DEBUG = 0;
|
|
@site_rules_path = qw(
|
|
__prefix__/etc/mail/spamassassin
|
|
__prefix__/etc/spamassassin
|
|
- /usr/local/etc/spamassassin
|
|
- /usr/pkg/etc/spamassassin
|
|
- /usr/etc/spamassassin
|
|
- /etc/mail/spamassassin
|
|
/etc/spamassassin
|
|
);
|
|
|
|
@@ -106,9 +101,9 @@ $DEBUG = 0;
|
|
@default_prefs_path = qw(
|
|
__prefix__/etc/mail/spamassassin/user_prefs.template
|
|
__prefix__/share/spamassassin/user_prefs.template
|
|
- /etc/mail/spamassassin/user_prefs.template
|
|
/usr/local/share/spamassassin/user_prefs.template
|
|
- /usr/share/spamassassin/user_prefs.template
|
|
+ ./rules/user_prefs.template
|
|
+ ../rules/user_prefs.template
|
|
);
|
|
|
|
@default_userprefs_path = qw(
|