Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Rewrite URL storage system | Vsevolod Stakhov | 2011-02-24 | 10 | -322/+191 | |
| | ||||||
* | More warnings. | Vsevolod Stakhov | 2011-02-24 | 1 | -2/+2 | |
| | ||||||
* | Fix warnings. | Vsevolod Stakhov | 2011-02-24 | 2 | -3/+5 | |
| | ||||||
* | Write message id as well. | Vsevolod Stakhov | 2011-02-24 | 1 | -3/+3 | |
| | ||||||
* | Write to log if emails module find blacklisted email. | Vsevolod Stakhov | 2011-02-24 | 1 | -2/+7 | |
| | ||||||
* | Fix FSM for headers parsing. | Vsevolod Stakhov | 2011-02-24 | 1 | -4/+6 | |
| | ||||||
* | Save separator inside raw_header struct. | Vsevolod Stakhov | 2011-02-23 | 3 | -0/+21 | |
| | | | | Requested by: Victor Ustugov | |||||
* | * Add options section into config to organize options | Vsevolod Stakhov | 2011-02-22 | 5 | -1/+97 | |
| | | | | | | | * 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] | |||||
* | Fix patch for exim. | Vsevolod Stakhov | 2011-02-21 | 1 | -0/+1 | |
| | | | | Fix parsing of wrong headers. | |||||
* | * Process raw headers by FSM. | Vsevolod Stakhov | 2011-02-21 | 6 | -98/+350 | |
| | | | | * Add methods for accessing raw_headers from lua and C | |||||
* | * Add ability to call lua function from regexp expressions | Vsevolod Stakhov | 2011-02-21 | 1 | -0/+33 | |
| | ||||||
* | * Add ability to save symbols that are inside composites with '-' flag. | Vsevolod Stakhov | 2011-02-19 | 3 | -17/+31 | |
| | | | | | | | Remove warnings from rspamc. Add new rules [1] Submitted by: Victor Ustugov [1] | |||||
* | * Add ability to specify symbols in composites to avoid their weights removing. | Vsevolod Stakhov | 2011-02-18 | 1 | -21/+55 | |
| | ||||||
* | Optimize DNS parsing. | Vsevolod Stakhov | 2011-02-18 | 1 | -2/+2 | |
| | | | | Suggested by: Igor Sysoev | |||||
* | Remove symbols that are included into a composite when all composites are ↵ | Vsevolod Stakhov | 2011-02-18 | 2 | -2/+24 | |
| | | | | processed. | |||||
* | * Add descriptions for all symbols in default configuration, adjust symbols' ↵ | Vsevolod Stakhov | 2011-02-18 | 1 | -24/+52 | |
| | | | | | | | | 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 Stakhov | 2011-02-18 | 4 | -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 Stakhov | 2011-02-17 | 2 | -2/+6 | |
| | | | | component. | |||||
* | Fix received headers passing to lua. | Vsevolod Stakhov | 2011-02-17 | 1 | -0/+7 | |
| | ||||||
* | Fix rspamd_logger. | Vsevolod Stakhov | 2011-02-17 | 2 | -10/+10 | |
| | ||||||
* | Fix '_' in emails. | Vsevolod Stakhov | 2011-02-17 | 1 | -1/+1 | |
| | ||||||
* | Fix parsing emails with '_' symbol. | Vsevolod Stakhov | 2011-02-17 | 3 | -3/+7 | |
| | | | | Fix adding metric symbol. | |||||
* | * Add ability to define composites from lua. [1] | Vsevolod Stakhov | 2011-02-16 | 2 | -7/+61 | |
| | | | | | | Write to log when lua values override xml ones. [1] [1] Suggested by Victor Ustugov | |||||
* | * Improve forged_recipients plugin [1] | Vsevolod Stakhov | 2011-02-16 | 1 | -3/+25 | |
| | | | | | | Add loading of local rules to rspamd.lua [1] [1] Suggested by Victor Ustugov | |||||
* | Include proper header when building rspamc. | Vsevolod Stakhov | 2011-02-16 | 1 | -1/+1 | |
| | ||||||
* | * Add new lua module regexp for using glib regular expressions (pcre compatible) | Vsevolod Stakhov | 2011-02-15 | 6 | -7/+275 | |
| | ||||||
* | * Add ability to specify 'S' flag to regexp that means that headers checks ↵ | Vsevolod Stakhov | 2011-02-15 | 9 | -31/+76 | |
| | | | | | | must be case sensitive * Add lua function message:get_header_strong | |||||
* | * Add ability to add descriptions for symbols | Vsevolod Stakhov | 2011-02-15 | 7 | -7/+51 | |
| | ||||||
* | Remove some legacy from source tree. | Vsevolod Stakhov | 2011-02-15 | 2 | -283/+0 | |
| | ||||||
* | Fix spf parser for some cases. | Vsevolod Stakhov | 2011-02-14 | 2 | -10/+63 | |
| | ||||||
* | * Add ability to setup metric's weights from lua | Vsevolod Stakhov | 2011-02-14 | 2 | -1/+79 | |
| | ||||||
* | Fix bug with several metrics output. [1] | Vsevolod Stakhov | 2011-02-14 | 2 | -52/+83 | |
| | | | | | | Install surbl-whitelist. [1] [1] Reported by Victor Ustugov | |||||
* | Handle emails with common hostname. | Vsevolod Stakhov | 2011-02-11 | 1 | -1/+27 | |
| | ||||||
* | Detect mail addresses at the begining of message. | Vsevolod Stakhov | 2011-02-11 | 1 | -0/+4 | |
| | ||||||
* | * Write Emails: header in output | Vsevolod Stakhov | 2011-02-11 | 3 | -4/+63 | |
| | ||||||
* | * Tokenize subject using osb tokenizer. | Vsevolod Stakhov | 2011-02-11 | 1 | -13/+5 | |
| | ||||||
* | Handle params correctly. | Vsevolod Stakhov | 2011-02-08 | 1 | -2/+2 | |
| | ||||||
* | Call lua functions correctly as well. | Vsevolod Stakhov | 2011-02-08 | 4 | -7/+33 | |
| | ||||||
* | Call lua function properly. | Vsevolod Stakhov | 2011-02-08 | 1 | -2/+7 | |
| | ||||||
* | Fix trie in lua plugins. | Vsevolod Stakhov | 2011-02-08 | 1 | -2/+10 | |
| | ||||||
* | * Add manual pages for rspamd and rspamc. | Vsevolod Stakhov | 2011-02-07 | 1 | -1/+1 | |
| | | | | Fix bug with extracting urls from tags without quotes. | |||||
* | * Fix alignment in memory_pool library (thanks to Marcin Rzewucki) | Vsevolod Stakhov | 2011-02-06 | 2 | -6/+11 | |
| | ||||||
* | Fix expiring of fuzzy hashes. | Vsevolod Stakhov | 2011-02-04 | 1 | -0/+3 | |
| | ||||||
* | Fix passing wrong argument to write callback. | Vsevolod Stakhov | 2011-02-04 | 1 | -1/+1 | |
| | ||||||
* | Fix case statement. | Vsevolod Stakhov | 2011-02-04 | 1 | -0/+1 | |
| | ||||||
* | * Try to fix descriptors leakage in controller | Vsevolod Stakhov | 2011-02-04 | 1 | -1/+1 | |
| | ||||||
* | * New module for checking emails inside messages (rules based, like multimap) | Vsevolod Stakhov | 2011-02-03 | 12 | -32/+332 | |
| | | | | | | | * 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 Stakhov | 2011-02-03 | 1 | -0/+1 | |
| | ||||||
* | Update build and install system. | Vsevolod Stakhov | 2011-02-02 | 1 | -0/+3 | |
| | ||||||
* | * Implement controller interface inside librspamdclient/rspamc | Vsevolod Stakhov | 2011-02-01 | 3 | -30/+266 | |
| | | | | | | | * REMOVE perl client (at last) Fixed some stupid moments in a controller's protocol Change version to 0.3.5 |