summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Add ability to save symbols that are inside composites with '-' flag.Vsevolod Stakhov2011-02-195-19/+114
| | | | | | | Remove warnings from rspamc. Add new rules [1] Submitted by: Victor Ustugov [1]
* Add composites for outlook.Vsevolod Stakhov2011-02-192-8/+11
| | | | Submitted by: Victor Ustugov
* * Add ability to specify symbols in composites to avoid their weights removing.Vsevolod Stakhov2011-02-181-21/+55
|
* Optimize DNS parsing.Vsevolod Stakhov2011-02-181-2/+2
| | | | Suggested by: Igor Sysoev
* Remove symbols that are included into a composite when all composites are ↵Vsevolod Stakhov2011-02-182-2/+24
| | | | processed.
* * Add descriptions for all symbols in default configuration, adjust symbols' ↵Vsevolod Stakhov2011-02-182-99/+132
| | | | | | | | weights [1] * Improve rspamc output by adding '--verbose' flag Suggested by: Victor Ustugov [1]
* * Add function regexp_occurs_number that allows to test how much occurs of ↵Vsevolod Stakhov2011-02-184-45/+270
| | | | | | | | | regexp can be found in a message Fix composites logic. [1] Fix composites registration from lua. [1] Reported by: Victor Ustugov [1]
* Fix received headers parser state machine to parse headers with only 'by' ↵Vsevolod Stakhov2011-02-172-2/+6
| | | | component.
* Lower weight of R_BAD_CTE_7BITVsevolod Stakhov2011-02-171-1/+1
|
* Fix received headers passing to lua.Vsevolod Stakhov2011-02-171-0/+7
|
* Fix rspamd_logger.Vsevolod Stakhov2011-02-172-10/+10
|
* Fix '_' in emails.Vsevolod Stakhov2011-02-171-1/+1
|
* Fix parsing emails with '_' symbol.Vsevolod Stakhov2011-02-173-3/+7
| | | | Fix adding metric symbol.
* * Add ability to define composites from lua. [1]Vsevolod Stakhov2011-02-162-7/+61
| | | | | | Write to log when lua values override xml ones. [1] [1] Suggested by Victor Ustugov
* Wellcome 0.3.7.Vsevolod Stakhov2011-02-161-1/+1
|
* * Improve forged_recipients plugin [1]Vsevolod Stakhov2011-02-162-3/+39
| | | | | | Add loading of local rules to rspamd.lua [1] [1] Suggested by Victor Ustugov
* Include proper header when building rspamc.Vsevolod Stakhov2011-02-161-1/+1
|
* * Add new lua module regexp for using glib regular expressions (pcre compatible)Vsevolod Stakhov2011-02-156-7/+275
|
* * Add ability to specify 'S' flag to regexp that means that headers checks ↵Vsevolod Stakhov2011-02-159-31/+76
| | | | | | must be case sensitive * Add lua function message:get_header_strong
* * Add ability to add descriptions for symbolsVsevolod Stakhov2011-02-159-28/+108
|
* Remove some legacy from source tree.Vsevolod Stakhov2011-02-1511-1399/+0
|
* Include some of modules into a sample configuration.Vsevolod Stakhov2011-02-141-0/+27
|
* Remove legacy port.Vsevolod Stakhov2011-02-146-196/+0
|
* Fix spf parser for some cases.Vsevolod Stakhov2011-02-142-10/+63
|
* * Add ability to setup metric's weights from luaVsevolod Stakhov2011-02-142-1/+79
|
* Fix bug with several metrics output. [1]Vsevolod Stakhov2011-02-144-58/+95
| | | | | | Install surbl-whitelist. [1] [1] Reported by Victor Ustugov
* Handle emails with common hostname.Vsevolod Stakhov2011-02-111-1/+27
|
* Detect mail addresses at the begining of message.Vsevolod Stakhov2011-02-111-0/+4
|
* * Write Emails: header in outputVsevolod Stakhov2011-02-113-4/+63
|
* * Tokenize subject using osb tokenizer.Vsevolod Stakhov2011-02-111-13/+5
|
* Polish sample config.Vsevolod Stakhov2011-02-093-43/+113
|
* Handle params correctly.Vsevolod Stakhov2011-02-081-2/+2
|
* Call lua functions correctly as well.Vsevolod Stakhov2011-02-084-7/+33
|
* Call lua function properly.Vsevolod Stakhov2011-02-081-2/+7
|
* Fix trie in lua plugins.Vsevolod Stakhov2011-02-081-2/+10
|
* * Add manual pages for rspamd and rspamc.Vsevolod Stakhov2011-02-076-2/+591
| | | | Fix bug with extracting urls from tags without quotes.
* * Fix alignment in memory_pool library (thanks to Marcin Rzewucki)Vsevolod Stakhov2011-02-062-6/+11
|
* Fix expiring of fuzzy hashes.Vsevolod Stakhov2011-02-041-0/+3
|
* Fix installation of lua configs.Vsevolod Stakhov2011-02-041-4/+3
|
* Fix passing wrong argument to write callback.Vsevolod Stakhov2011-02-041-1/+1
|
* Fix case statement.Vsevolod Stakhov2011-02-041-0/+1
|
* * Try to fix descriptors leakage in controllerVsevolod Stakhov2011-02-041-1/+1
|
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-0314-36/+336
| | | | | | | * Emails now are separated from urls and urls checks * Add ability to check text attachements if option is presented in a configuration Version is 0.3.6 now
* Do not try to print result when connection failed in rspamc.Vsevolod Stakhov2011-02-031-0/+1
|
* Avoid double free in librspamdclient.Vsevolod Stakhov2011-02-031-2/+0
|
* Small fix for build id detection.Vsevolod Stakhov2011-02-021-1/+10
|
* Fix build on FreeBSD.Vsevolod Stakhov2011-02-021-3/+3
|
* Update build and install system.Vsevolod Stakhov2011-02-023-7/+22
|
* * Implement controller interface inside librspamdclient/rspamcVsevolod Stakhov2011-02-016-55/+750
| | | | | | | * REMOVE perl client (at last) Fixed some stupid moments in a controller's protocol Change version to 0.3.5
* * Add C client for rspamd that is using librspamdclientVsevolod Stakhov2011-01-315-39/+563
|