1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Jun 06, 2025 — Jun 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump to version 2.63; update changelog & package version title in readme. More... 4 months ago
Update README to remove maintainer request. More... 4 months ago
[doc] Fix typos and formatting in source and generated POD. More... 4 months ago
Fixed config file parsing ignoring 0 (zero) values, instead treating the corresponding parameter as flag with a truthy value. Fixes https://github.com/mpaperno/spampd/issues/51 More... 4 months ago
Fixed two small typos More... over 1 year ago
Merge pull request #49 from catap/followup More... over 1 year ago
Follow spamd to call this hook when connection is closed More... over 1 year ago
[readme] Shorten and move package status image; add badges. More... over 1 year ago
[doc] Minor readme fix cut off text. More... over 1 year ago
Bump to version 2.62; Update changelog; Update readme with extended info from original web page. More... over 1 year ago
Merge pull request #45 from catap/prefork More... over 1 year ago
Call prefork_init and spamd_child_init More... over 1 year ago
Do not set up logging if only showing debug info; Allow `--show def` for "defaults". More... almost 5 years ago
Fix option names in validation methods validate_preforksimple_opts() and validate_prefork_opts(). More... almost 5 years ago
Make ready for release; Update example service scripts. More... almost 5 years ago
Fix a module name in error message (closes #34); Minor doc fixes; Rename an archived file. More... almost 5 years ago
Update changelog and POD file. More... almost 5 years ago
Merge pull request #33 from mpaperno/next More... almost 5 years ago
Fix typo in child name template, and a few minor documentation updates. More... almost 5 years ago
New feature fixes for older Perls. More... almost 5 years ago
Fix for default rules version string when no updates yet. More... almost 5 years ago
Add tracking of some per-child runtime statistics; Add ability to provide a custom child process name template string (or not modify the child name at all). Template format documented in POD. (Reverts some previous unreleased changes with child name and SA rules version logging.) More... almost 5 years ago
Add (inject) `_SPAMPDVERSION_` as a "template tag" (macro) before rewriting the message with SA (eg. for use in `add_header` directives). More... almost 5 years ago
Optimize how rewritten (tagged) message is saved back to temp file: just write all the contents at once instead of line array loop; Any added X-Envelope-To header is removed with regex. More... almost 5 years ago
Slight optimization to LMTP multi-recipient handling in process_request(). More... almost 5 years ago
Optimize initial header processing when building message line array in process_message(). More... almost 5 years ago
Add version information to child process name. Thanks to Simon Matter for suggestion and patch. Closes https://github.com/mpaperno/spampd/issues/32 More... almost 5 years ago
Add detection and logging of "RULESVERSION" tag with SA >= v3.4.0. Thanks to Simon Matter for suggestion (https://github.com/mpaperno/spampd/issues/32#issuecomment-890309746). More... almost 5 years ago
Fix config file parser warning with argument-only (no-value) entries. More... almost 5 years ago
Cosmetics. More... almost 5 years ago