aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fix printing of fixed strings.Vsevolod Stakhov2015-10-061-2/+2
|
* Fix plugins.Vsevolod Stakhov2015-10-062-14/+13
|
* Try to fix fuzzy learning states (not fully completed).Vsevolod Stakhov2015-10-051-19/+25
|
* Implement retransmits for fuzzy_check plugin.Vsevolod Stakhov2015-10-051-50/+172
|
* Do not add FORGED_RECIPIENTS when 'To' is missing.Vsevolod Stakhov2015-10-011-2/+2
| | | | Issue: #387
* Fix events calculations.Vsevolod Stakhov2015-09-301-6/+21
|
* Add encryption to fuzzy check plugin.Vsevolod Stakhov2015-09-301-91/+169
|
* Add configuration knobs for encryption in fuzzy_check pluginVsevolod Stakhov2015-09-291-1/+28
|
* Add descriptions for whitelist maps.Vsevolod Stakhov2015-09-231-1/+2
|
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-227-7/+7
|
* Fix assignment order.Vsevolod Stakhov2015-09-211-3/+3
|
* Improve fuzzy IO errors logging.Vsevolod Stakhov2015-09-211-1/+2
|
* Set event base for fuzzy calls.Vsevolod Stakhov2015-09-211-0/+1
|
* Fix Hfilter plugins with the new DNS APIAlexey AL2015-09-201-3/+15
|
* Fix DKIM RBLAndrew Lewis2015-09-171-2/+2
|
* Check DKIM domain when whitelisting by DKIM signature.Vsevolod Stakhov2015-09-171-4/+21
|
* Improve dkim domains validation for DMARCVsevolod Stakhov2015-09-171-7/+9
|
* Use tld for whitelisting.Vsevolod Stakhov2015-09-161-7/+2
|
* Fix wrongly placed g_string_free.Vsevolod Stakhov2015-09-161-0/+11
|
* Allow optional multiplier for whitelists.Vsevolod Stakhov2015-09-161-5/+22
|
* Add initial version of the whitelist plugin.Vsevolod Stakhov2015-09-141-0/+153
|
* Unbreak logging in the settings module.Vsevolod Stakhov2015-09-141-5/+5
|
* Fix variable name.Vsevolod Stakhov2015-09-141-2/+2
|
* Rework dmarc to the dependencies system.Vsevolod Stakhov2015-09-141-5/+9
|
* Do not trigger hfilter for rspamc scans.Vsevolod Stakhov2015-09-141-51/+69
|
* Correctly handle arrays when reading mime_types.Vsevolod Stakhov2015-09-111-1/+1
|
* Change separators to commas to avoid issues with ipv6.Vsevolod Stakhov2015-09-101-1/+1
|
* Allow ip_score to ignore selected ASNs/countriesAndrew Lewis2015-09-021-9/+15
|
* Allow setting upper & lower limit on IP scoreAndrew Lewis2015-09-021-3/+8
|
* Minor refactoringAndrew Lewis2015-09-021-40/+29
|
* Log neutral scores tooAndrew Lewis2015-09-021-18/+16
|
* Support IPv6; avoid polluting IPv4 stats on dual stacksAndrew Lewis2015-09-021-1/+6
|
* Update logging in lua modules.Vsevolod Stakhov2015-09-0111-69/+77
|
* Update other C module for the new logger.Vsevolod Stakhov2015-08-315-46/+66
|
* Update surbl module for the new logger.Vsevolod Stakhov2015-08-311-21/+32
|
* Allow complex regexp rules as well.Vsevolod Stakhov2015-08-281-4/+30
|
* Allow complex regexp rules.Vsevolod Stakhov2015-08-271-2/+71
|
* Add tags to rspamd_mempool.Vsevolod Stakhov2015-08-276-23/+12
|
* Fix and prettify ip_score outputAndrew Lewis2015-08-261-9/+10
|
* Fix forced settings.Vsevolod Stakhov2015-08-251-9/+6
|
* Allow to override settings from the query.Vsevolod Stakhov2015-08-251-1/+51
|
* Improve spamassassin plugin.Vsevolod Stakhov2015-08-251-38/+68
| | | | | | | - Now headers are matched more like SA - Improve support of Message-ID - Add support of ToCc header type - Fix :addr and :name in headers regexps
* Adjust phishing score based on levenstein distance.Vsevolod Stakhov2015-08-201-22/+31
|
* Oops - remove braindamaged codeAndrew Lewis2015-08-201-6/+0
|
* Add redirector_domains settingAndrew Lewis2015-08-191-67/+91
|
* Use symbol_allow from DKIM module if setAndrew Lewis2015-08-191-0/+5
|
* Fix misprintAndrew Lewis2015-08-191-1/+1
|
* Rework symbols weights.Vsevolod Stakhov2015-08-126-44/+80
|
* Move hfilter to plugins.Vsevolod Stakhov2015-08-071-0/+466
|
* Add conditional enabling of modules.Vsevolod Stakhov2015-08-066-0/+24
|