aboutsummaryrefslogtreecommitdiffstats
path: root/rspamd.xml.sample
Commit message (Collapse)AuthorAgeFilesLines
* Fix gmime24 compatibility.Vsevolod Stakhov2011-03-091-2/+2
| | | | | | Fix adding extra space to raw headers. Reported by: Victor Ustugov
* Add rules.Vsevolod Stakhov2011-02-241-3/+29
| | | | Submitted by: Victor Ustugov
* * Add options section into config to organize optionsVsevolod Stakhov2011-02-221-7/+26
| | | | | | | * Add one_shot option for avoiding inserting several results from one rule Fix parsing of headers with \t symbol [1] Reported by: Victor Ustugov [1]
* Rules update.Vsevolod Stakhov2011-02-221-1/+1
| | | | Submitted by: Victor Ustugov
* New rules.Vsevolod Stakhov2011-02-211-2/+12
| | | | Submitted by: Victor Ustugov
* Reduce weight of NO_SPACE_IN_FROM.Vsevolod Stakhov2011-02-191-2/+26
| | | | | | | | Change default pid file location. Change MISSING_TO rule not to work when header exists but empty. Add rules for bad bondaries and message ids. Suggested by: Victor Ustugov.
* * Add ability to save symbols that are inside composites with '-' flag.Vsevolod Stakhov2011-02-191-1/+21
| | | | | | | Remove warnings from rspamc. Add new rules [1] Submitted by: Victor Ustugov [1]
* Add composites for outlook.Vsevolod Stakhov2011-02-191-6/+7
| | | | Submitted by: Victor Ustugov
* * Add descriptions for all symbols in default configuration, adjust symbols' ↵Vsevolod Stakhov2011-02-181-75/+80
| | | | | | | | weights [1] * Improve rspamc output by adding '--verbose' flag Suggested by: Victor Ustugov [1]
* Lower weight of R_BAD_CTE_7BITVsevolod Stakhov2011-02-171-1/+1
|
* Include some of modules into a sample configuration.Vsevolod Stakhov2011-02-141-0/+27
|
* Polish sample config.Vsevolod Stakhov2011-02-091-34/+95
|
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-201-66/+74
| | | | | | | | - 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
* * Forgot to saveVsevolod Stakhov2010-09-231-0/+3
|
* * Explain sample config and cleanup it0.3.2Vsevolod Stakhov2010-09-231-13/+70
|
* * Change metric logicVsevolod Stakhov2010-06-161-71/+73
| | | | | | | * 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 default config fileVsevolod Stakhov2010-05-171-14/+8
| | | | * Add chapters about configuration of modules, classifiers and about rspamc protocol
* * Add sample XML configVsevolod Stakhov2010-05-061-0/+237
* Fix minor errors in logging initializing * Fix installation of config files