aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/spf.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework parsing of ip lists.Vsevolod Stakhov2014-10-011-1/+1
|
* Fix fuzzy_check and spf.Vsevolod Stakhov2014-10-011-5/+7
|
* Fix some problematic includes.Vsevolod Stakhov2014-09-281-7/+5
|
* Refactor function names.Vsevolod Stakhov2014-09-231-3/+3
|
* Fix some more potential reload issues.Vsevolod Stakhov2014-09-221-0/+1
|
* Rework lists and hashes.Vsevolod Stakhov2014-08-241-2/+1
|
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-63/+102
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-107/+68
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-231-68/+107
|
* Fix addresses comparision on SPF module.Vsevolod Stakhov2014-05-041-1/+2
|
* Add attach_controller callback to plugins.Vsevolod Stakhov2014-04-301-1/+2
|
* Refactor config API.Vsevolod Stakhov2014-04-301-12/+12
|
* Finish conversion to new inet addr structure.Vsevolod Stakhov2014-04-211-36/+11
|
* Deprecate views: never ever being used.Vsevolod Stakhov2014-04-211-1/+0
|
* Refactor worker task structure and API.Vsevolod Stakhov2014-04-211-6/+6
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-4/+4
|
* Deprecate xml config utilities finally.Vsevolod Stakhov2014-04-191-1/+0
|
* Adopt new libucl.Vsevolod Stakhov2014-04-191-1/+1
|
* Rework LRU hash logic.Vsevolod Stakhov2014-02-181-1/+1
|
* Remove unused xml code.Vsevolod Stakhov2013-11-161-6/+0
|
* Replace RCL to UCL from libucl to avoid duplicity in the code.Vsevolod Stakhov2013-10-221-7/+7
|
* Fix some warnings.Vsevolod Stakhov2013-10-101-3/+3
|
* Fix SPF plugin.Vsevolod Stakhov2013-10-031-7/+9
|
* Revert gerror conversion for spf module.Vsevolod Stakhov2013-09-241-14/+7
|
* Convert spf module to GError reporting.Vsevolod Stakhov2013-09-241-7/+14
|
* Add /maps and /getmap commands to webui.Vsevolod Stakhov2013-01-061-1/+1
| | | | | | Identify maps by id. Initialize secure random numbers using openssl. Add description to maps.
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-1/+1
| | | | * Add support of simple maps like '/path/to/file' as it seems to be more comfortable than 'file:///...'
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
| | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c.
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
|
* * 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