aboutsummaryrefslogtreecommitdiffstats
path: root/rspamc.pl.in
Commit message (Collapse)AuthorAgeFilesLines
* * Add module for blacklisting emails (self documented in sample config)Vsevolod Stakhov2009-06-151-3/+2
| | | | | | | * Add command 'emails' for extracting emails from a message * Rework protocol layout to allow expanding rspamd protocol by custom commands that can be added from anywhere in code * Allow rspamc to work without strictly parameter 'command'. Command by default is 'symbols'. * Update version to 0.1.8
* * Add urls command for extracting urlsVsevolod Stakhov2009-06-051-1/+1
|
* * Rework url parsing algorithmsVsevolod Stakhov2009-06-021-1/+2
| | | | | | | * Adopt all parts of rspamd for new url parser * Improve url-extracter utility by avoiding cut&paste of mime parsing * Small fixes to rspamc client * Bump version to 0.1.3
* * Improve rspamc utility for working without rspamd configVsevolod Stakhov2009-05-301-36/+63
|
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-041-1/+1
| | | | * Fix shared hashes
* * Enable support of google perf toolsVsevolod Stakhov2009-05-041-0/+3
|
* * Fix LMTP and DELIVERY parsing in config file while trying to get control ↵Vsevolod Stakhov2009-03-021-3/+9
| | | | credits
* * Fix dependencies on perlxs target (do not rebuild it constantly)Vsevolod Stakhov2009-02-271-0/+228
* Fix rspamc to understand lmtp and delivery sections in config * Fix parser's states when reading module options * Add sample config for surbl module with comments --HG-- rename : rspamc.pl => rspamc.pl.in