Extensible email filter which is used to identify spam
spamassassin adds a header line that shows if the mail has been
determined spam or not. This way, you can decide what to do with the
mail within the scope of your own filtering rules in your MUA (Mail
User Agent, your mail program) or your LDA (Local Delivery Agent).
See the files in the documentation directory
/usr/share/doc/packages/spamassassin/ for more information on how to
use the filter.
- Developed at devel:languages:perl
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/spamassassin && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Mail-SpamAssassin-4.0.0.tar.bz2 | 0006371055 6.08 MB | |
Mail-SpamAssassin-4.0.0.tar.bz2.asc | 0000000833 833 Bytes | |
Mail-SpamAssassin-rules-4.0.0.r1905950.tgz | 0000355737 347 KB | |
Mail-SpamAssassin-rules-4.0.0.r1905950.tgz.asc | 0000000833 833 Bytes | |
README.SUSE | 0000000326 326 Bytes | |
basic-lint-without-sandbox.patch | 0000000568 568 Bytes | |
bnc#582111.diff | 0000000414 414 Bytes | |
iXhash2-4.00.tar.gz | 0000007765 7.58 KB | |
iXhash2-meta-rules.patch | 0000002170 2.12 KB | |
local.cf | 0000001170 1.14 KB | |
patch-PgSQL | 0000001238 1.21 KB | |
patch-SQL_ASCII_SORT | 0000001106 1.08 KB | |
patch-URIDNSBL | 0000000616 616 Bytes | |
sa-update.service | 0000000121 121 Bytes | |
sa-update.timer | 0000000139 139 Bytes | |
spamassassin-rpmlintrc | 0000000104 104 Bytes | |
spamassassin.changes | 0000065483 63.9 KB | |
spamassassin.keyring | 0000013211 12.9 KB | |
spamassassin.spec | 0000013264 13 KB | |
spamd.service | 0000001276 1.25 KB | |
spampd-2.61.tar.gz | 0000246956 241 KB | |
spampd.service | 0000001218 1.19 KB | |
sysconfig.spamd | 0000001234 1.21 KB | |
sysconfig.spampd | 0000000140 140 Bytes | |
timed-sa-update | 0000000785 785 Bytes |
Revision 89 (latest revision is 92)
Dominique Leuenberger (dimstar_suse)
accepted
request 1045241
from
Arjen de Korte (adkorte)
(revision 89)
- Add BuildRequires Text::Diff that was accidentally removed from original submission - 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 - Update to iXhash2 4.00: * Minimum required version: SpamAssassin 4.0.0 - Update to spampd 2.61: * Performance and diagnostic improvements, quicker startups, and a lot of documentation updates. * Add support for configuration files (examples included in /misc folder and in POD). * Add optional "scalable mode" using Net::Server::PreFork module (16-year TODO!). More info in POD. * Add --logfile option to control logging destination(s) (syslog, stderr, and/or file/device). * Add --logident, --logfacility options for syslog. * Add multiple levels of help, including full "man" output with optional HTML formatting. * Add --show <thing> argument for printing default option values and other debug. * Fix SpamAssassin debug logging with versions 3.1+ (output was going to stderr/wrong syslog/null). * Fix for IPv6 addresses being used on --host and --relayhost options (was not possible due to ":<port>" check). * SIGHUP will now reload SpamAssassin and SpamPD configuration files (and all module code), still with graceful child process shutdown. * Use SpamAssassin::Logger module (with SA 3.1+) for all logging. * Log to stderr by default if running non-daemonized * Child processes are now renamed to "spampd child" to distinguish them from the parent in task lists. * Now requires Net::Server v0.89+ (though latest 2.009 is recommended). * The --auto-whitelist option is no longer allowed with SpamAssassin v3+. * Improve --debug option, adding ability to specify SpamAssassin (v3.1+) debug areas (aka channels/facilities). * All boolean options can take 0/1 argument and be negated with "no-" prefix. * The --children (-c) option is now more formally named --max-servers (-mxs), but still accepted. * IO::Socket::UNIX and ::IP are only required if actually needed for --relaysocket / --relayhost options.
Comments 0