aboutsummaryrefslogtreecommitdiffstats
path: root/src/view.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-6/+7
| | | | * 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-0/+19
| | | | * Add partial ipv6 support for some rspamd modules.
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-1/+1
|
* Add ability to include domains in views.Vsevolod Stakhov2011-01-211-1/+9
|
* Increase limits for spf parser.Vsevolod Stakhov2011-01-211-0/+7
| | | | Add logging for views.
* Remove G_INLINE_FUNC definitions as I misunderstood its purposes.Vsevolod Stakhov2010-10-151-1/+1
|
* 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 assertion while look up value in NULL hash (found by cirtin)Vsevolod Stakhov2010-08-181-0/+1
|
* * Add ability to make views by recipientVsevolod Stakhov2010-07-151-3/+92
|
* * Fix an issue with workers spawningVsevolod Stakhov2009-10-291-1/+2
| | | | * Fix an issue with initializing radix lists in views
* * Add ability to check views by client's ip (that ip from which we have a ↵Vsevolod Stakhov2009-10-271-6/+40
| | | | connection to rspamd)
* * Do not really check messages that should be skippedVsevolod Stakhov2009-10-191-0/+13
| | | | * Add Skip state for such messages (not False and not True)
* * Add ability to skip check in viewsVsevolod Stakhov2009-10-161-0/+3
|
* * Retab, no functional changesVsevolod Stakhov2009-10-021-34/+34
|
* * Various bugfixes in map and radix codeVsevolod Stakhov2009-09-031-1/+1
|
* * Introduce new common system of map files, that can be used for different ↵Vsevolod Stakhov2009-07-201-13/+7
| | | | | | | types of maps. This includes new logic of callbacks and callbacks calling, files are monitored with evtimers with jittering. HTTP support would be included soon as well.
* * Make autolearn workingVsevolod Stakhov2009-07-091-1/+1
|
* * Add autolearn config optionsVsevolod Stakhov2009-07-031-1/+7
| | | | | * Fix parsing of invalid urls in html parser * Add ability to specify symbols in view parameter as comma-separated list
* * Add views support (not completely tested yet)Vsevolod Stakhov2009-06-291-0/+217