forked from pool/spamassassin
- Update known warnings % spamassassin-rpmlintrc - Update to spamassissin 4.0.0: * Notable internal changes: - Meta rules no longer use priority values, they are evaluated dynamically when the rules they depend on are finished - DNS and other asynchronous lookups like DCC or Razor2 plugins are now launched when priority -100 is reached. This allows short circuiting at lower priority without sending unneeded DNS queries - New internal Mail::SpamAssassin::GeoDB module supporting RelayCountry and URILocalBL plugins provides a unified interface to Geographic IP modules. These include: MaxMind::DB::Reader (GeoIP2) Geo::IP IP::Country::DB_File IP::Country::Fast. * New plugins: - Mail::SpamAssassin::Plugin::ExtractText - Mail::SpamAssassin::Plugin::DMARC - Mail::SpamAssassin::Plugin::DecodeShortURLs * HashCash module has been removed completely * Full detailed changelog: https://svn.apache.org/repos/asf/spamassassin/trunk/Changes OBS-URL: https://build.opensuse.org/request/show/1045234 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=156
13 lines
414 B
Diff
13 lines
414 B
Diff
Index: spamd/spamd.raw
|
|
===================================================================
|
|
--- spamd/spamd.raw.orig
|
|
+++ spamd/spamd.raw
|
|
@@ -339,6 +339,7 @@ sub print_usage_and_exit {
|
|
|
|
# defaults
|
|
my %opt = (
|
|
+ 'syslog-socket' => 'unix',
|
|
'user-config' => 1,
|
|
# scaling settings; some of these aren't actually settable via cmdline
|
|
'server-scale-period' => 2, # how often to scale the # of kids, secs
|