summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* * Initial release of librspamdclientVsevolod Stakhov2011-01-284-0/+1032
|
* * Add ability to build FreeBSD package from rspamd sourcesVsevolod Stakhov2011-01-263-52/+169
|
* * Make trie plugin and fix trie lua APIVsevolod Stakhov2011-01-252-4/+119
|
* Fix error with tags like <? xml ?>Vsevolod Stakhov2011-01-251-1/+3
|
* Fixes in classifying for small messages.Vsevolod Stakhov2011-01-254-8/+26
|
* * Many fixes to fuzzy hashes logic and tokenization.Vsevolod Stakhov2011-01-246-18/+82
|
* Add ability to include domains in views.Vsevolod Stakhov2011-01-211-1/+9
|
* Increase limits for spf parser.Vsevolod Stakhov2011-01-212-2/+9
| | | | Add logging for views.
* Avoid gmime asserts if no recipients are passed from MTA.Vsevolod Stakhov2011-01-211-0/+3
|
* * Write more detailed reportsVsevolod Stakhov2011-01-201-70/+63
|
* Always write symbols to log.Vsevolod Stakhov2011-01-191-31/+42
|
* * Fix compatibility with SAVsevolod Stakhov2011-01-181-19/+68
|
* Mail::Rspamd::Client is fixed.Vsevolod Stakhov2011-01-131-51/+46
|
* Client's methods for Mail::Rspamd::Client are now done to a single server ↵Vsevolod Stakhov2011-01-131-32/+54
| | | | not to all.
* Strictly check urls for sending to redirectorVsevolod Stakhov2010-12-241-10/+18
|
* Write client's host when network error is occuredVsevolod Stakhov2010-12-242-4/+7
| | | | Write domain name for redirectors call
* Indentation fix (no functional changes)Vsevolod Stakhov2010-12-241-491/+427
|
* Make log message about detected image to debug levelVsevolod Stakhov2010-12-241-1/+1
|
* * Add Subject header to statisticsVsevolod Stakhov2010-12-244-1/+56
| | | | * Write log message about symbols that are removed when composite symbol is inserted
* Fix error in surbl module with exceptions list while using redirectorVsevolod Stakhov2010-12-241-1/+1
|
* * Add versions to lua APIVsevolod Stakhov2010-12-229-24/+83
| | | | * Provide compatibility for lua plugins for old versions of rspamd
* Misprint.Vsevolod Stakhov2010-12-221-1/+1
|
* Misprint.Vsevolod Stakhov2010-12-221-1/+1
|
* Register symbols properly for received_rbl module.Vsevolod Stakhov2010-12-221-0/+6
|
* Committed by a mistake.Vsevolod Stakhov2010-12-221-0/+1
|
* Init cache before loading config.Vsevolod Stakhov2010-12-222-5/+6
|
* Register virtual symbols for composites.Vsevolod Stakhov2010-12-221-0/+1
|
* Forgotten option for fuzzy_check plugin.Vsevolod Stakhov2010-12-221-0/+1
|
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-2017-334/+395
| | | | | | | | - 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
* Fixed multimap module configuration.Vsevolod Stakhov2010-12-201-1/+1
|