Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fix Mail::Rspamd::Config for new rspamd features | Vsevolod Stakhov | 2010-09-03 | 1 | -38/+14 |
| | | | | * Use Mail::Rspamd::Config in rspamc client | ||||
* | * Do not output control characters if output is not terminal | Vsevolod Stakhov | 2010-08-03 | 1 | -17/+23 |
| | |||||
* | * Write symbols weights to rspamc output | Vsevolod Stakhov | 2010-07-31 | 1 | -0/+1 |
| | | | | | | * Improve logic of selecting rspamc version * Do not try to parse broken DNS replies * Add 'raw' flag to FROM_EXCESS_BASE64 rule (requested by citrin) | ||||
* | * Add ability to assign several actions to one metric | Vsevolod Stakhov | 2010-07-15 | 1 | -2/+15 |
| | | | | | | * Report action in rspamc protocol * Mail::Rspamd::Client and rspamc can now understand Action header too * Write action to log as well | ||||
* | * Take callback argument in Mail::Rspamd::Client for processing files and ↵ | Vsevolod Stakhov | 2010-07-02 | 1 | -13/+18 |
| | | | | | | directories * Print results if rspamc is called for a directory | ||||
* | * Parse options 'by hand' avoiding usage of Getopt::Std in rspamc.pl | Vsevolod Stakhov | 2010-05-17 | 1 | -5/+45 |
| | |||||
* | * Add ability to pass all filters by using flag -p in case of rspamc or ↵ | Vsevolod Stakhov | 2010-04-26 | 1 | -1/+5 |
| | | | | adding header Pass: all in rspamc protocol | ||||
* | * Add normalizer for fuzzy hashes | cebka@lenovo-laptop | 2010-03-16 | 1 | -1/+0 |
| | | | | * Fix fuzzy add and fuzzy del | ||||
* | * Another addition to learning | cebka@lenovo-laptop | 2010-03-15 | 1 | -3/+0 |
| | |||||
* | * Fixes to rspamc | cebka@lenovo-laptop | 2010-03-15 | 1 | -16/+19 |
| | |||||
* | * Parse '*' in host name from config file correctly | cebka@lenovo-laptop | 2010-03-15 | 1 | -1/+6 |
| | |||||
* | * Fix another spf core dump while parsing 'include' items | cebka@lenovo-laptop | 2010-03-15 | 1 | -1/+6 |
| | |||||
* | * Make new Mail::Rspamd::Client working | cebka@lenovo-laptop | 2010-03-04 | 1 | -3/+69 |
| | |||||
* | * New Mail::Rspamd::Client | cebka@lenovo-laptop | 2010-03-03 | 1 | -453/+37 |
| | | | | | | | | | things TODO: - improve interaction with rspamc - improve documentation - test all features - test clustering - write CGI front-end | ||||
* | * Allow to specify hosts file for making batch operations on rspamd using ↵ | cebka@lenovo-laptop | 2010-03-01 | 1 | -36/+104 |
| | | | | rspamc client | ||||
* | * Add percents of spam and ham detected to stat command output | cebka@lenovo-laptop | 2010-03-01 | 1 | -2/+2 |
| | |||||
* | * Fix bugs from previous commit | cebka@lenovo-laptop | 2010-03-01 | 1 | -2/+3 |
| | |||||
* | * Add weights command for getting weights of each message by each statfile | cebka@lenovo-laptop | 2010-03-01 | 1 | -2/+14 |
| | | | | | * Add ability to specify multiplier when learning * Add statistics about spam and ham messages | ||||
* | * Show help message when rspamd is called without any params (suggested by ↵ | cebka@lenovo-laptop | 2010-02-24 | 1 | -1/+5 |
| | | | | Andrey Zverev) | ||||
* | * Add support for imap custom search in rspamc | cebka@lenovo-laptop | 2010-02-16 | 1 | -5/+40 |
| | | | | * Update help message for rspamc | ||||
* | * Add ability to add weight for fuzzy hashes, this can be very useful for ↵ | cebka@lenovo-laptop | 2010-02-08 | 1 | -6/+14 |
| | | | | autolearning fuzzy storage by users | ||||
* | * Fixes to IMAP support in rspamc | cebka@lenovo-laptop | 2010-01-29 | 1 | -24/+52 |
| | |||||
* | * New system of rspamc command: | cebka@lenovo-laptop | 2010-01-28 | 1 | -42/+230 |
| | | | | | - now it is possible to specify files and directories in arguments to rspamc - EXPERIMENTAL support of IMAP fetching including SSL support | ||||
* | * Many major fixes to statfiles: | Vsevolod Stakhov | 2009-12-03 | 1 | -2/+2 |
| | | | | | | | | | | - fix bug with mmapping files: new addresses must NOT be allocated in shared memory by themselves - fix bug with winnow classifier that totally brokes it down - fix bug with too much grow of values * Use double precission values in statistics * Add statistics for statfiles * Add more informative data to output of LEARN command (weight of incoming message) * Add weight to output of classifier as well | ||||
* | * Add reject score setting for hard rejecting of mail (by Anton Nekhoroshin) | Vsevolod Stakhov | 2009-10-02 | 1 | -1/+1 |
| | | | | * Add rspamc protocol 1.1 (3 marks instead of 2) | ||||
* | * Fix learning | Vsevolod Stakhov | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | * Make settings working | Vsevolod Stakhov | 2009-09-08 | 1 | -3/+11 |
| | |||||
* | * Handle password correctly in rspamc | Vsevolod Stakhov | 2009-08-18 | 1 | -2/+5 |
| | |||||
* | * Make fuzzy storage working (tested checking, adding and deleting of fuzzy ↵ | Vsevolod Stakhov | 2009-07-31 | 1 | -1/+25 |
| | | | | | | hashes from storage) * Fix stupid bug in fuzzy distance calculations | ||||
* | * Fix stupid error | Vsevolod Stakhov | 2009-07-23 | 1 | -1/+1 |
| | |||||
* | * Rework structure of sample configs | Vsevolod Stakhov | 2009-06-24 | 1 | -2/+2 |
| | | | | | * Fix rspamc * Add english readme | ||||
* | * Add module for blacklisting emails (self documented in sample config) | Vsevolod Stakhov | 2009-06-15 | 1 | -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 urls | Vsevolod Stakhov | 2009-06-05 | 1 | -1/+1 |
| | |||||
* | * Rework url parsing algorithms | Vsevolod Stakhov | 2009-06-02 | 1 | -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 config | Vsevolod Stakhov | 2009-05-30 | 1 | -36/+63 |
| | |||||
* | * Add counters for rspamd symbols | Vsevolod Stakhov | 2009-05-04 | 1 | -1/+1 |
| | | | | * Fix shared hashes | ||||
* | * Enable support of google perf tools | Vsevolod Stakhov | 2009-05-04 | 1 | -0/+3 |
| | |||||
* | * Fix LMTP and DELIVERY parsing in config file while trying to get control ↵ | Vsevolod Stakhov | 2009-03-02 | 1 | -3/+9 |
| | | | | credits | ||||
* | * Fix dependencies on perlxs target (do not rebuild it constantly) | Vsevolod Stakhov | 2009-02-27 | 1 | -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 |