aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/spf.c
Commit message (Collapse)AuthorAgeFilesLines
* * Fix spf plugin that was broken in 0.4.7Vsevolod Stakhov2012-04-201-4/+68
| | | | * Add partial ipv6 support for some rspamd modules.
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-0/+12
| | | | | | | | - Removed legacy limitation of worker's types; - Using GQuarks to identify workers and modules; - Remove modules.sh script; - Add a common system of workers and modules; - Write management and configuration for new architecture.
* * Finally get rid of stupid savepoints system and migrate to async events ↵Vsevolod Stakhov2011-12-141-7/+0
| | | | | | logic completely Fix lua redis library.
* Fix static build.Vsevolod Stakhov2011-11-111-1/+1
|
* Try to check spf domain before adding it to LRU hash.Vsevolod Stakhov2011-10-061-1/+1
| | | | Make libutil functions ported from BSD compatible with libbsd in linux.
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-12/+11
| | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style.
* Add condition to fix inconsistent records in LRU cache.Vsevolod Stakhov2011-06-141-1/+2
|
* Fix memory issues.Vsevolod Stakhov2011-06-101-1/+9
|
* * Add LRU caching structureVsevolod Stakhov2011-06-101-8/+98
| | | | | | | * Add SPF records cache * Add ability to parse doubles to xmlrpc Several fixes to dns interface. Trie plugin now checks urls as well.
* * Fix parsing of include records in spf parserVsevolod Stakhov2011-03-031-45/+65
|
* Try to fix memory issues.Vsevolod Stakhov2011-03-021-5/+0
|
* Fix spf parser for some cases.Vsevolod Stakhov2011-02-141-2/+10
|
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-201-0/+2
| | | | | | | | - 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
* Implement checking options for modulesVsevolod Stakhov2010-12-131-0/+5
| | | | | | Implement checking for classifier options Fix redirector to handle timeouts and invalid replies properly Fix surbl module not to check each url
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-10/+10
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Fix another error with early task destroyingVsevolod Stakhov2010-07-201-0/+7
|
* * Misprint != -> ==Vsevolod Stakhov2010-07-011-1/+1
|
* * Add ability to make whitelist for spf checksVsevolod Stakhov2010-06-301-2/+17
|
* * Change metric logicVsevolod Stakhov2010-06-161-27/+4
| | | | | | | * 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
* * Fix freeing of module parameters (they should NOT be freed)Vsevolod Stakhov2010-03-231-4/+6
| | | | | | | * 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
* * Add ability to add custom messages to rspamd outputcebka@lenovo-laptop2010-02-171-0/+3
| | | | * Add messages from spf checks
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-2/+2
| | | | | | | | | - independent and customizeable buffering - line buffering - errors handling support - custom (ip based) debug - append function name automaticaly (based on __FUNCTION__) - add some logic to logs system
* * Add limits support to each worker (max open files and max core size)Vsevolod Stakhov2009-12-181-22/+24
| | | | * Fix dependency on lex and yacc sources
* * Some fixes to 'include' and 'redirect' defines and to mask checkingVsevolod Stakhov2009-12-071-5/+9
|
* * Actually check what we have in spf recordVsevolod Stakhov2009-12-071-2/+34
|
* * Updates to spf system:Vsevolod Stakhov2009-12-041-0/+152
- add plugin to work with spf records (initial version) - make all spf types working (except include and redirect that still need some attention) - add support of MX records to evdns - some major fixes and testing of the whole spf subsystem