Name: | spamassassin |
---|---|
Version: | 4.0.1 |
Release: | 5.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 4728104 |
License: | Apache-2.0 |
RPM: | spamassassin-4.0.1-5.el10_0.x86_64.rpm |
Source RPM: | spamassassin-4.0.1-5.el10_0.src.rpm |
Build Date: | Wed Jan 22 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://spamassassin.apache.org/ |
Summary: | Spam filter for email which can be invoked from mail delivery agents |
Description: | SpamAssassin provides you with a way to reduce if not completely eliminate Unsolicited Commercial Email (SPAM) from your incoming email. It can be invoked by a MDA such as sendmail or postfix, or can be called from a procmail script, .forward file, etc. It uses a genetic-algorithm evolved scoring system to identify messages which look spammy, then adds headers to the message so they can be filtered by the user's mail reading software. This distribution includes the spamd/spamc components which create a server that considerably speeds processing of mail. To enable spamassassin, if you are receiving mail locally, simply add this line to your ~/.procmailrc: INCLUDERC=/etc/mail/spamassassin/spamassassin-default.rc To filter spam for all users, add that line to /etc/procmailrc (creating if necessary). |
- Remove dependency to Digest::SHA1 - Remove duplicite requires, they are generated
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- CLean up and modernize spec - Move sa-compile to a subpackage to reduce deps
- Fix saversion for 4.0.1
- Update to 4.0.1. Fixes rhbz#2272189
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Bring back still needed part of configure C compatibility fix
- SPDX migration
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Replace IO::Socket::INET6 by recommended IO::Socket::IP. Fixes rhbz#2218100