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
14 lines
568 B
Diff
14 lines
568 B
Diff
Index: Mail-SpamAssassin-4.0.0/t/basic_lint_without_sandbox.t
|
|
===================================================================
|
|
--- Mail-SpamAssassin-4.0.0.orig/t/basic_lint_without_sandbox.t
|
|
+++ Mail-SpamAssassin-4.0.0/t/basic_lint_without_sandbox.t
|
|
@@ -23,7 +23,7 @@ my $sandboxfile = "$localrules/70_sandbo
|
|
# so we can use that to tell if this is the case
|
|
SKIP: {
|
|
skip( "Not on a sandbox", 2 ) unless -f $scoresfile;
|
|
- ok -f $sandboxfile;
|
|
+ skip( "Not on a sandbox", 2 ) unless -f $sandboxfile;
|
|
unlink $sandboxfile;
|
|
ok !-f $sandboxfile;
|
|
}
|