summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Call lua functions correctly as well.Vsevolod Stakhov2011-02-081-1/+1
|
* Fix passing wrong argument to write callback.Vsevolod Stakhov2011-02-041-1/+1
|
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-033-7/+172
| | | | | | | * Emails now are separated from urls and urls checks * Add ability to check text attachements if option is presented in a configuration Version is 0.3.6 now
* * Implement controller interface inside librspamdclient/rspamcVsevolod Stakhov2011-02-011-10/+10
| | | | | | | * REMOVE perl client (at last) Fixed some stupid moments in a controller's protocol Change version to 0.3.5
* * Make trie plugin and fix trie lua APIVsevolod Stakhov2011-01-251-0/+102
|
* * Many fixes to fuzzy hashes logic and tokenization.Vsevolod Stakhov2011-01-241-2/+4
|
* Strictly check urls for sending to redirectorVsevolod Stakhov2010-12-241-10/+18
|
* Write client's host when network error is occuredVsevolod Stakhov2010-12-241-3/+5
| | | | Write domain name for redirectors call
* Fix error in surbl module with exceptions list while using redirectorVsevolod Stakhov2010-12-241-1/+1
|
* * Add versions to lua APIVsevolod Stakhov2010-12-227-24/+72
| | | | * Provide compatibility for lua plugins for old versions of rspamd
* Misprint.Vsevolod Stakhov2010-12-221-1/+1
|
* Misprint.Vsevolod Stakhov2010-12-221-1/+1
|
* Register symbols properly for received_rbl module.Vsevolod Stakhov2010-12-221-0/+6
|
* Forgotten option for fuzzy_check plugin.Vsevolod Stakhov2010-12-221-0/+1
|
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-207-245/+67
| | | | | | | | - now symbols inside metrics definition must be inside rules as well - symbols may be virtual (e.g. when module can insert several symbols inside callback) - symbols may be pure callbacks (when symbol's name is unknown and depends on conditions) * Module 'emails' is removed as it is not used in the current rspamd MANY fixes to sample config files
* Fixed multimap module configuration.Vsevolod Stakhov2010-12-201-1/+1
|
* Add registering options for lua modulesVsevolod Stakhov2010-12-147-2/+28
| | | | * Add ability to output colored messages for file and console loggers
* Implement checking options for modulesVsevolod Stakhov2010-12-135-2/+36
| | | | | | Implement checking for classifier options Fix redirector to handle timeouts and invalid replies properly Fix surbl module not to check each url
* Add module options checkerVsevolod Stakhov2010-12-081-2/+3
| | | | | Improve time limits handling Fix smtp proxy options parsing
* Make own strlcpy that does not calculate remaining string length (faster and ↵Vsevolod Stakhov2010-11-164-10/+10
| | | | | | more safe) Allow only ASCII symbols in logs, escape control chars
* Try to fix bug with absent trie items in redirectors list.Vsevolod Stakhov2010-11-151-1/+2
|
* * Add ability to obtain phished url from luaVsevolod Stakhov2010-11-121-1/+16
| | | | * Add ability to specify check domains for phishing check with 'domains' option
* * Add phishing detector (now just compares <a href> with tag's data).Vsevolod Stakhov2010-11-021-0/+28
|
* Add add_header action to smtp proxy.Vsevolod Stakhov2010-10-261-2/+11
| | | | In raw mode scan stripped html parts when regexp are not 'raw'.
* Fixed bug with file urls (reported by Anton Nekhoroshin)Vsevolod Stakhov2010-10-191-0/+3
|
* Fix multimap module if there is only one rule for it.Vsevolod Stakhov2010-10-151-3/+10
|
* Remove G_INLINE_FUNC definitions as I misunderstood its purposes.Vsevolod Stakhov2010-10-151-2/+2
|
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-113-4/+13
| | | | | Strictly follow c99 standart. Turn on pedantic c99 checks.
* Init regexp library statically.Vsevolod Stakhov2010-10-061-2/+1
|
* * Add ability to check rspamd regexp from lua modulesVsevolod Stakhov2010-10-061-1/+51
|
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-067-220/+220
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Improve definitions of redirector domainsVsevolod Stakhov2010-10-012-8/+96
| | | | | | * Add support of regexp to check only specific urls for each domains * Check redirector in trie and not extract specific domains parts * Add POE errors handling for redirector
* * Add ability to specify many redirector hosts and choose them round-robinVsevolod Stakhov2010-10-012-32/+70
| | | | | | | | * Fix ip address parsing in redirector config * Fix logic of checking url in redirector if its domain is in exceptions list * Add dependencies in perl module (suggested by AZ) * Add BUILD_PORT define for skipping installation of FreeBSD rc scrips (suggested by AZ) * Change version of 0.3.3
* * Extract domains from emails to check via surblVsevolod Stakhov2010-09-291-11/+15
| | | | | * Fixes to url extracter * Check urls in redirector even if they are listed in surbl whitelist
* * New trie based url scanner (based on libcamel)Vsevolod Stakhov2010-09-211-6/+29
| | | | | * Small fixes to rspamd perl client * Write fuzzy hashes info to log
* * Add ability to check hashes of selected mime typesVsevolod Stakhov2010-08-271-25/+169
| | | | | * Add ability to set minimum size in bytes for mime types * Add ability to set minimum dimensions for images
* * Fix wirting message id during fuzzy_add commandVsevolod Stakhov2010-08-041-1/+2
| | | | * Display weight of symbols correctly
* * Consider lua plugins errors as fatal configuration errorsVsevolod Stakhov2010-08-041-2/+0
|
* * Add logging for fuzzy checksVsevolod Stakhov2010-08-021-3/+8
| | | | * Add logging for learning
* * Add error handling for regexps0.3.1Vsevolod Stakhov2010-07-291-6/+22
|
* * Fix parsing txt records to avoid reading of uninitialized dataVsevolod Stakhov2010-07-281-2/+3
|
* * Another try to save regexps in cache correctlyVsevolod Stakhov2010-07-281-32/+38
| | | | * Improve test logs for regexps
* * Add ability to check dns black lists by multimap moduleVsevolod Stakhov2010-07-281-2/+24
|
* * Try to save images hashes to fuzzy storage to stop some annoying spammersVsevolod Stakhov2010-07-271-74/+132
|
* * Fix some multimap issuesVsevolod Stakhov2010-07-271-8/+9
|
* * Fix lua representing of invalid ip (nil, not 255.255.255.255)Vsevolod Stakhov2010-07-271-0/+125
| | | | | * Fix R_TO_SEEMS_AUTO rule (by citrin) * Add multimap lua plugin
* * More debugVsevolod Stakhov2010-07-251-3/+3
|
* * Fix another error with early task destroyingVsevolod Stakhov2010-07-201-0/+7
|
* * Fix expanding spf macros that may fail in rare casesVsevolod Stakhov2010-07-201-1/+1
|
* * Do not try to resolve names with several dots in a rowVsevolod Stakhov2010-07-191-2/+2
| | | | * Fix surbl request formatting for ip addresses