summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* * Fix check_smtp_data functionVsevolod Stakhov2010-07-151-6/+38
|
* * Remove evdns and use only rspamd resolverVsevolod Stakhov2010-07-091-1/+0
|
* * Make SURBL module to use rspamd dns moduleVsevolod Stakhov2010-07-091-10/+9
| | | | * Several fixes to DNS logic
* * Add ability to test regexp with 'T' flagVsevolod Stakhov2010-07-061-1/+40
| | | | | | | * Write more code for DNS resolver: - initial RR parser - name compression - replies handler
* * Fix chartable module in utf modeVsevolod Stakhov2010-07-051-3/+3
|
* * Fix detection of numeric urls (reported by citrin)Vsevolod Stakhov2010-07-051-1/+1
| | | | * Write real time of message's scan to log (not only virtual)
* * Fix stupid error with surbl module reconfig (another one, blame me)Vsevolod Stakhov2010-07-051-1/+1
| | | | * Do not show duplicate urls in url header
* * Add resolv.conf parsing into dns.cVsevolod Stakhov2010-07-011-2/+2
| | | | * Fix microseconds<->milliseconds conversions
* * Misprint != -> ==Vsevolod Stakhov2010-07-011-1/+1
|
* * Add ability to make whitelist for spf checksVsevolod Stakhov2010-06-301-2/+17
|
* * Fix reconfigure process of surbl moduleVsevolod Stakhov2010-06-281-1/+22
| | | | * Fix destroying smtp session (unmap memory and do not delete pool early)
* * Fix URLS commandVsevolod Stakhov2010-06-241-5/+6
|
* * Use rspamd_snprintf instead of libc oneVsevolod Stakhov2010-06-242-23/+23
|
* * Check return value of each rspamd_dispatcher_write as in case of write ↵Vsevolod Stakhov2010-06-243-12/+34
| | | | errors sessions can be destroyed early
* * Fix -lintl detectionVsevolod Stakhov2010-06-231-1/+6
| | | | * Init some variables to avoid problems
* * Fix compatibility issuesVsevolod Stakhov2010-06-231-1/+1
|
* * Rewrite buffered input for line policy (again)Vsevolod Stakhov2010-06-222-3/+15
| | | | | | | | * Fix issue with links that are ip addresses in numeric form in surbl * On Darwin use BSD style sendfile definition * Reorganize platform specific knobs in CMakeLists * Use gettimeofday on systems that have not clock_getres * Use ftime for dns trans id generation on systems without clock_getres
* * Try to fix memmove issues in io dispatcherVsevolod Stakhov2010-06-211-6/+0
| | | | * Remove debug from SURBL module
* * New logic of SURBL module:Vsevolod Stakhov2010-06-182-163/+169
| | | | | | | | | | | | | - remove completely 2tld - add option "exception" - for domains from exception list check (level + 1) parts of url: If we have url mail.some.com.ru and have com.ru in exception list then we would check some.com.ru. If we have some.com.ru in exceptions list them mail.some.com.ru would be checked and so on. - optimized parsing of surbl requests * Use system mkstemp(3) on systems where it is available as glib implementation has poor security and generate rather predictable temporary file names.
* * Incorrectly removed in previous commitVsevolod Stakhov2010-06-171-0/+6
|
* * Change metric logicVsevolod Stakhov2010-06-1611-231/+42
| | | | | | | * Completely remove lex/yacc readers for config * Make common sense of metric/action and symbols * Sync changes with all plugins TODO: add this to documentation
* * Add more logic for dynamic rulesVsevolod Stakhov2010-06-081-0/+24
| | | | | * Add documentation for dynamic rules * Add ability to make negations in networks in dynamic rules
* * Add experimental support of dynamic rules to regexp moduleVsevolod Stakhov2010-06-011-16/+295
|
* * Fix strict aliasing while compiling with optimizationVsevolod Stakhov2010-05-311-3/+3
| | | | | * Fix tanhl detection for platforms that have not implementation of it * Remove several compile warnings
* * Add more logic to fuzzy mappingsVsevolod Stakhov2010-05-142-23/+77
| | | | * Improve logic of received_rbl plugin to support different symbols for different rbls
* * Fix config reloadingVsevolod Stakhov2010-05-131-2/+2
| | | | | * Add ability to register variables in memory pools (hash with known lifetime) * Avoid of using of some global variables
* * Support versions of hashes fileVsevolod Stakhov2010-05-061-1/+1
|
* * Add ability to set specific symbols for different fuzzy flagsVsevolod Stakhov2010-05-061-4/+45
| | | | * Fix storage of fuzzy flags
* * Add ability to add flags to fuzzy hashesVsevolod Stakhov2010-05-051-7/+33
|
* * Improve logging system:Vsevolod Stakhov2010-04-271-0/+2
| | | | | | | - do not write many repeated messages to log - add process name to log line * Small fixes to FreeBSD port and to start script as we have xml version now * Reconfig modules while rereading config file
* * Make regmark customplugin workingVsevolod Stakhov2010-04-233-308/+312
|
* * Insert fuzzy check symbol correctly as it depends not only on factor but ↵Vsevolod Stakhov2010-04-082-3/+23
| | | | also to normalizer
* * Regexp module now can understand lua variables and functionsVsevolod Stakhov2010-04-081-5/+27
|
* * Fix freeing of module parameters (they should NOT be freed)Vsevolod Stakhov2010-03-236-14/+80
| | | | | | | * Add minimum hash length to check with fuzzy module as well as whitelisting for fuzzy checks: min_length = "300"; <- messages with more than 300 characters would be checked with fuzzy check whitelist = "http://somehost/somefile"; <- ip addresses whitelisted * Extend comments about module options for comfortable usage