8
0
forked from pool/spamassassin

201 Commits

Author SHA256 Message Date
Arjen de Korte
6a040b42bc Update spamassassin to version 4.0.2 and spampd to version 2.62 2025-09-05 14:01:23 +02:00
2062022455 remove multiple README references 2025-09-05 13:17:45 +02:00
da742b79ea Add Gitea build results 2025-08-12 18:18:46 +02:00
138577dc24 Accepting request 1239052 from devel:languages:perl
- drop iXHash plugin (last provider stopped operation)
  * remove iXhash2-4.00.tar.gz
  * remove iXhash2-meta-rules.patch

OBS-URL: https://build.opensuse.org/request/show/1239052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=93
2025-01-21 20:09:46 +00:00
cdeb42a03c drop iXHash plugin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=166
2025-01-20 14:19:46 +00:00
3e22e83926 Accepting request 1166601 from devel:languages:perl
- fix iXhash2-meta-rules.patch
- update to patch release version 4.0.1
  - Incompatibilities with some versions of perl and some perl modules
    that have been released since the release of SpamAssassin 4.0.0
  - Problems using cpan to install SpamAssassin when certain required
    or optional modules are not already installed
  - Support for space characters in the path name of some executables
    used by certain plugins
  - Improved handling of URL shortener link redirects
  - Improved TxRep locking management
  - Added Mail::SpamAssassin::Plugin::AuthRes plugin to use
    Authentication-Results header fields in other plugins
  - Added a Pyzor Perl implementation
  - Perl crash when certain uri_detail rules processed some messages
    with UTF-8 characters
  - Inconsistent handling of newlines in header rules
  - Text or HTML content placed in octet-stream attachments by
    spammers to bypass SpamAssassin scanning
  - Implemented TCP fallback for truncated DNS UDP replies
- Refresh patch-URIDNSBL
- Drop undocumented patch-SQL_ASCII_SORT breaking sqlite
- Drop most of iXhash2-meta-rules.patch (additional services no longer exist)

OBS-URL: https://build.opensuse.org/request/show/1166601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=92
2024-04-10 15:48:59 +00:00
30656d5382 fix iXhash2-meta-rules.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=164
2024-04-10 08:26:12 +00:00
6a61e2ea19 Accepting request 1166486 from home:dstoecker:branches:devel:languages:perl
- update to patch release version 4.0.1
  - Incompatibilities with some versions of perl and some perl modules
    that have been released since the release of SpamAssassin 4.0.0
  - Problems using cpan to install SpamAssassin when certain required
    or optional modules are not already installed
  - Support for space characters in the path name of some executables
    used by certain plugins
  - Improved handling of URL shortener link redirects
  - Improved TxRep locking management
  - Added Mail::SpamAssassin::Plugin::AuthRes plugin to use
    Authentication-Results header fields in other plugins
  - Added a Pyzor Perl implementation
  - Perl crash when certain uri_detail rules processed some messages
    with UTF-8 characters
  - Inconsistent handling of newlines in header rules
  - Text or HTML content placed in octet-stream attachments by
    spammers to bypass SpamAssassin scanning
  - Implemented TCP fallback for truncated DNS UDP replies
- Refresh patch-URIDNSBL
- Drop undocumented patch-SQL_ASCII_SORT breaking sqlite
- Drop most of iXhash2-meta-rules.patch (additional services no longer exist)

OBS-URL: https://build.opensuse.org/request/show/1166486
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=163
2024-04-09 19:56:58 +00:00
fd6550672d Accepting request 1152512 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1152512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=91
2024-02-28 18:44:30 +00:00
113ddfc676 Accepting request 1151565 from home:dimstar:rpm4.20:s
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151565
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=161
2024-02-27 20:58:10 +00:00
aef3009eb5 Accepting request 1136798 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1136798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=90
2024-01-05 20:39:37 +00:00
783bbdfa7a Accepting request 1136753 from home:pmonrealgonzalez:INET6
- Remove the dependency on perl(IO::Socket::INET6) as it has been
  deprecated by upstream, is no longer suitable for use and its not
  being maintained. A compatible replacement for this package is
  perl(IO::Socket::IP) which is shipped by the perl-base package.

OBS-URL: https://build.opensuse.org/request/show/1136753
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=159
2024-01-04 12:49:35 +00:00
cab1be39fe Accepting request 1045241 from devel:languages:perl
- 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.

OBS-URL: https://build.opensuse.org/request/show/1045241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=89
2022-12-25 14:14:39 +00:00
8da2a6c94b Accepting request 1045238 from home:adkorte:branches:devel:languages:perl
- Add BuildRequires Text::Diff that was accidentally removed from
  original submission

OBS-URL: https://build.opensuse.org/request/show/1045238
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=157
2022-12-24 19:02:56 +00:00
abc668ea00 Accepting request 1045234 from home:adkorte
- 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
2022-12-24 17:15:58 +00:00
251d6e2257 Accepting request 947615 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/947615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=88
2022-01-22 07:17:53 +00:00
cd3218c7d7 Accepting request 947612 from home:jsegitz:branches:devel:languages:perl
- Drop ProtectHome from spamd.service and spampd.service. Unfortunately
  spamassing writes there, so ProtectHome=read-only doesn't work. 
  Whitelisting a specific part has a too high chance of breaking for
  this package (bsc#1193248)

OBS-URL: https://build.opensuse.org/request/show/947612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=155
2022-01-20 06:35:38 +00:00
707814034e Accepting request 933217 from devel:languages:perl
- Set ProtectHome=false for spampd.service, as this breaks loading
  and storing data files in /home/vscan.
- Added hardening to systemd service(s) (bsc#1181400). Modified:
  * spamd.service
  * spampd.service

OBS-URL: https://build.opensuse.org/request/show/933217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=87
2021-11-24 22:54:19 +00:00
bc24745aca OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=154 2021-11-23 08:23:55 +00:00
ce78cc5974 Breaks loading data files in /home/vscan.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=153
2021-11-23 08:22:56 +00:00
c909b25a99 Accepting request 932932 from home:jsegitz:branches:systemdhardening:devel:languages:perl
- Added hardening to systemd service(s) (bsc#1181400). Modified:
  * spamd.service
  * spampd.service

OBS-URL: https://build.opensuse.org/request/show/932932
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=152
2021-11-22 09:40:17 +00:00
98f01bfa53 Accepting request 917792 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/917792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=86
2021-09-11 20:24:28 +00:00
1462d6dc14 Accepting request 917789 from home:varkoly:branches:devel:languages:perl
- spamassassin: sa-update.timer does not work
  (bsc#1175375)
  Remove sence less SPAM_SA_UPDATE
  Document how to use sa-update.service

OBS-URL: https://build.opensuse.org/request/show/917789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=151
2021-09-09 18:53:54 +00:00
72045f82bc Accepting request 884851 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/884851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=85
2021-04-15 14:57:08 +00:00
Peter Varkoly
ea6b4b7687 Accepting request 884847 from home:adkorte
- update spamassassin to 3.4.6
  * Fixed URIDNSBL not triggering meta rules
  * Fix false positive in T_KAM_HTML_FONT_INVALID on CSS color !important

OBS-URL: https://build.opensuse.org/request/show/884847
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=149
2021-04-13 07:11:26 +00:00
Richard Brown
d7a57ffd1b Accepting request 882829 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/882829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=84
2021-04-06 15:29:39 +00:00
64001daf55 Accepting request 882827 from home:AndreasStieger:branches:devel:languages:perl
update some past bugzilla references / CVEs for tracking

OBS-URL: https://build.opensuse.org/request/show/882827
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=147
2021-04-03 17:26:28 +00:00
8a26f8561a Accepting request 881204 from home:adkorte
- update spamassassin to 3.4.5
  * In this release, there are bug fixes for one CVE:
    CVE-2020-1946 for Malicious rule configuration (.cf) files can
      be configured to run system commands
  * Improvements to OLEVBMacro and AskDNS plugins
  * Received and EnvelopeFrom headers matching improvements
  * userpref SQL schema fixes
  * rbl and hashbl evaluation improvements
  * fix for non working TxRep tag names
  * man page fixes
- Update download links

OBS-URL: https://build.opensuse.org/request/show/881204
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=146
2021-03-24 20:06:24 +00:00
c7896a0527 Accepting request 871446 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/871446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=83
2021-02-17 17:09:44 +00:00
a8a7469a34 Accepting request 871434 from home:pmonrealgonzalez:branches:devel:languages:perl
- Relax the crypto policies for the test-suite. This will allow the
  tests that use certificates with small key lengths to pass.

OBS-URL: https://build.opensuse.org/request/show/871434
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=144
2021-02-12 13:57:49 +00:00
0d5b040e4b Accepting request 858757 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/858757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=82
2020-12-29 14:48:06 +00:00
b3203ca53c Accepting request 858756 from home:adkorte
- Require perl(Mail::SpamAssassin) instead of perl-spamassassin
- Don't use BerkeleyDB (not even for unit test)
- Don't use is_opensuse conditional

OBS-URL: https://build.opensuse.org/request/show/858756
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=142
2020-12-26 13:56:27 +00:00
aaf443eef7 Accepting request 857145 from home:adkorte
- Compile rules in %post if Perl and/or spamassassin version changed
  and SPAM_SA_COMPILE=yes
- Enable test (add basic-lint-without-sandbox.patch)
- Ignore known warnings (add spamassassin-rpmlintrc)

OBS-URL: https://build.opensuse.org/request/show/857145
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=141
2020-12-20 13:58:15 +00:00
ac652cefec Accepting request 857130 from home:kukuk:container
- Move spamc into an own sub-package to avoid the full spamassassin
  installation on every client if there is a spamd server

OBS-URL: https://build.opensuse.org/request/show/857130
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=140
2020-12-20 11:14:08 +00:00
258329bb53 Accepting request 768649 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/768649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=81
2020-02-03 10:26:41 +00:00
Lars Vogdt
665a3ff3b4 Accepting request 768441 from home:adkorte
- update spamassassin to 3.4.4
  * In this release, there are bug fixes for two CVEs:
    CVE-2020-1931 for Nefarious rule configuration (.cf) files can
      be configured to run system commands with warnings.
    CVE-2020-1930 for Nefarious rule configuration (.cf) files can
      be configured to run system commands with sa-compile.
  * Improvements to OLEVBMacro
  * Fix for CRLF handling with SpamAssMilter & DKIM
  * Small fix for a regexp to provide Perl 5.8.x compatability again
  * Increased fns_extrachars default value to 50
  * Fixed nosubject and maxhits tflags when sa-compile is used
  * Limited the Bayes parsed token count
  * Improvements to whitespace trimming

OBS-URL: https://build.opensuse.org/request/show/768441
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=138
2020-01-30 11:31:46 +00:00
c5fc50a0dc Accepting request 757559 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/757559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=80
2019-12-18 13:44:32 +00:00
8b0e28daed Accepting request 757092 from home:adkorte
- remove old (compiled) rules in /var/lib/spamassassin directory
  after package upgrade and remove entirely upon package removal
- add BuildRequires for perl(Archive::Zip) and perl(IO::String)

OBS-URL: https://build.opensuse.org/request/show/757092
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=136
2019-12-17 14:07:29 +00:00
c3f3ffeb02 Accepting request 756055 from home:adkorte
- update spamassassin to 3.4.3
  * There is one new plugin (disabled by default)
    OLEVBMacro - Detects both OLE macros and VB code inside Office
      documents
  * Two CVE security bug fixes are included in this release
    CVE-2019-12420 for Multipart Denial of Service Vulnerability
    CVE-2018-11805 for nefarious CF files can be configured to
      run system commands without any output or errors
  * Safer and faster scanning of large emails using
      body_part_scan_size and rawbody_part_scan_size settings.
  * New tflag "nosubject" for 'body' rules, to stop matching the
      Subject header which is part of the body text.
  * Security updates include deprecation of the unsafe sa-update
    '--allowplugins' option, which now prints a warning that
    '--reallyallowplugins' is required to use it.

OBS-URL: https://build.opensuse.org/request/show/756055
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=135
2019-12-13 08:47:40 +00:00
4f36347fe2 Accepting request 755484 from home:dstoecker:branches:devel:languages:perl
Spam size is growing. Tsss.

OBS-URL: https://build.opensuse.org/request/show/755484
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=134
2019-12-13 08:47:17 +00:00
caf9ffe216 Accepting request 747349 from devel:languages:perl
- Change architecture of perl modules to 'noarch'
- Fix extraction command for default rules (proper fix for
  boo#911355, rather than a workaround)
- Don't unconditionally run sa-update on spamd and spampd service
  start as this doesn't honor the settings in /etc/sysconfig/spamd
- After running sa-update, only restart services if they were
  running before
- Fix name in logging timed-sa-update (suse.cron-sa-update
  doesn't exist anymore) (forwarded request 747252 from adkorte)

OBS-URL: https://build.opensuse.org/request/show/747349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=79
2019-11-13 12:13:56 +00:00
Peter Varkoly
2efbdde36f Accepting request 747252 from home:adkorte
- Change architecture of perl modules to 'noarch'
- Fix extraction command for default rules (proper fix for
  boo#911355, rather than a workaround)
- Don't unconditionally run sa-update on spamd and spampd service
  start as this doesn't honor the settings in /etc/sysconfig/spamd
- After running sa-update, only restart services if they were
  running before
- Fix name in logging timed-sa-update (suse.cron-sa-update
  doesn't exist anymore)

OBS-URL: https://build.opensuse.org/request/show/747252
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=132
2019-11-11 13:14:41 +00:00
63b9b9164f Accepting request 746497 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/746497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=78
2019-11-10 21:15:19 +00:00
c9139d62af Accepting request 745100 from home:adkorte
Update keyring. Keys are now available in a single download from upstream (see https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7765)

OBS-URL: https://build.opensuse.org/request/show/745100
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=130
2019-11-08 07:58:48 +00:00
dda8fd833c Accepting request 709326 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/709326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=77
2019-06-26 14:00:18 +00:00
Stephan Kulow
0534705640 Accepting request 709150 from home:dimstar:Factory
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
  shortcut the build queues by allowing usage of systemd-mini

OBS-URL: https://build.opensuse.org/request/show/709150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=128
2019-06-12 06:18:12 +00:00
a61118d829 Accepting request 666474 from devel:languages:perl
- Reduce boilerplate generated by %service_*. (forwarded request 666464 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/666474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=76
2019-01-24 13:01:47 +00:00
Peter Varkoly
acbcd2a4f9 Accepting request 666464 from home:jengelh:branches:devel:languages:perl
- Reduce boilerplate generated by %service_*.

OBS-URL: https://build.opensuse.org/request/show/666464
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=126
2019-01-16 13:32:55 +00:00
Peter Varkoly
3e67db118e Fix license.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=125
2019-01-16 09:56:50 +00:00
Peter Varkoly
01468a027f - bsc#1115411 spamassassin: migrate from cron to systemd timers
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=124
2019-01-16 09:51:35 +00:00