aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Use rspamd_snprintf instead of libc oneVsevolod Stakhov2010-06-2416-183/+172
|
* * Fix states in smtp dialogVsevolod Stakhov2010-06-242-3/+6
|
* * Check return value of each rspamd_dispatcher_write as in case of write ↵Vsevolod Stakhov2010-06-2412-160/+428
| | | | errors sessions can be destroyed early
* * Send to upstream QUIT command at the end of sessionVsevolod Stakhov2010-06-231-4/+24
|
* * Add more information about why we drop smtp connectionVsevolod Stakhov2010-06-232-2/+7
| | | | * Fix mkstemp call
* * Remove garbadge (gnome terminal sucks)Vsevolod Stakhov2010-06-231-4/+0
|
* * Fix -lintl detectionVsevolod Stakhov2010-06-233-4/+23
| | | | * Init some variables to avoid problems
* * Fix compatibility issuesVsevolod Stakhov2010-06-2312-34/+80
|
* * Pass env from main() arguments instead of platform specific global environVsevolod Stakhov2010-06-222-2/+2
|
* * More to previous commitVsevolod Stakhov2010-06-221-1/+1
|
* * TIMEDB->TIMEBVsevolod Stakhov2010-06-223-4/+4
|
* * Darwin sendfile(2) supportVsevolod Stakhov2010-06-221-4/+9
|
* * Rewrite buffered input for line policy (again)Vsevolod Stakhov2010-06-2214-111/+208
| | | | | | | | * Fix issue with links that are ip addresses in numeric form in surbl * On Darwin use BSD style sendfile definition * Reorganize platform specific knobs in CMakeLists * Use gettimeofday on systems that have not clock_getres * Use ftime for dns trans id generation on systems without clock_getres
* * Try to fix memmove issues in io dispatcherVsevolod Stakhov2010-06-212-11/+11
| | | | * Remove debug from SURBL module
* * New logic of SURBL module:Vsevolod Stakhov2010-06-1810-166/+214
| | | | | | | | | | | | | - remove completely 2tld - add option "exception" - for domains from exception list check (level + 1) parts of url: If we have url mail.some.com.ru and have com.ru in exception list then we would check some.com.ru. If we have some.com.ru in exceptions list them mail.some.com.ru would be checked and so on. - optimized parsing of surbl requests * Use system mkstemp(3) on systems where it is available as glib implementation has poor security and generate rather predictable temporary file names.
* * Add limit of maximum allowed smtp session errorsVsevolod Stakhov2010-06-184-0/+27
|
* * MergeVsevolod Stakhov2010-06-181-1/+1
|\
| * * Fix misprintAndrej Zverev2010-06-181-1/+1
| |
* | * Some performance improvements to IO dispatcher (do not drain the whole ↵Vsevolod Stakhov2010-06-186-75/+50
|/ | | | | | buffer after a single line readed) * Fix smtp data input
* * Copy from and rcpt correctlyVsevolod Stakhov2010-06-181-9/+18
|
* * Get weights of symbol from default metric for symbols cacheVsevolod Stakhov2010-06-184-7/+47
| | | | * Fix setting task->from/task->rctp in smtp client
* * Some fixes about new metrics system (may be incomplete)Vsevolod Stakhov2010-06-171-26/+19
|
* * Fix QUIT command in SMTP workerVsevolod Stakhov2010-06-171-34/+40
|
* * Implement initial version of greylisting triplets storageVsevolod Stakhov2010-06-1710-14/+431
| | | | * Fix issues with smtp worker
* * announce the "password" keyword in usage listAndrej Zverev2010-06-171-2/+6
|
* * Fix misprint (by Andrej Zverev)Vsevolod Stakhov2010-06-171-1/+1
|
* * Incorrectly removed in previous commitVsevolod Stakhov2010-06-172-0/+7
|
* * Change metric logicVsevolod Stakhov2010-06-1624-787/+335
| | | | | | | * 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 SMTPVsevolod Stakhov2010-06-113-20/+22
|
* * Check messages received via smtp proxyVsevolod Stakhov2010-06-1010-35/+573
| | | | | | * Add support for sendfile in io dispatcher * Fix issues with compatibility of worker_task and smtp proxy * Proxy DATA command
* * Implement basic SMTP dialog:Vsevolod Stakhov2010-06-097-45/+884
| | | | | | | | - delay - helo - mail from - rcpt * Implement interaction with smtp upstream (with support of XCLIENT)
* * Clean up cache items correctlyVsevolod Stakhov2010-06-091-0/+2
|
* * Add more logic for dynamic rulesVsevolod Stakhov2010-06-086-13/+196
| | | | | * Add documentation for dynamic rules * Add ability to make negations in networks in dynamic rules
* * Document views configurationVsevolod Stakhov2010-06-011-3/+42
| | | | * Several fixes to documentation
* * Add experimental support of dynamic rules to regexp moduleVsevolod Stakhov2010-06-014-50/+317
|
* * Fix reading views sectionVsevolod Stakhov2010-06-011-0/+1
|
* * Remove some warningsVsevolod Stakhov2010-05-311-3/+3
|
* * Fix more gmime2.4 issuesVsevolod Stakhov2010-05-314-58/+115
|
* * Fix strict aliasing while compiling with optimizationVsevolod Stakhov2010-05-3117-46/+72
| | | | | * Fix tanhl detection for platforms that have not implementation of it * Remove several compile warnings
* * New symbols sorter:Vsevolod Stakhov2010-05-285-87/+414
| | | | | | | - add ability to have dynamic rules inside items cache - make 3 types of rules: negative, dynamic and static - make logic of cache more simple by using glib lists instead of arrays - do checks of symbols in more logically correct way (negative->dynamic->static)
* * Honor DESTDIRVsevolod Stakhov2010-05-281-6/+8
|
* * Fix orderVsevolod Stakhov2010-05-271-3/+3
|
* * In classify normalize result after comparing, not beforeVsevolod Stakhov2010-05-272-4/+4
|
* * Convert statistic sums to use long double for countersVsevolod Stakhov2010-05-279-51/+99
| | | | * Use hyperbolic tangent for internal normalizer
* * Implement new learning system, now rspamd should be much more intelligent ↵Vsevolod Stakhov2010-05-273-33/+127
| | | | while learning messages
* * Fix build with gmime24Vsevolod Stakhov2010-05-272-7/+61
|
* * Continue implementing smtp proxyVsevolod Stakhov2010-05-267-10/+222
|
* * Fix issue with folding multiline headers (submitted by Anton Nekhoroshikh).Vsevolod Stakhov2010-05-261-14/+10
|
* * Fix issues in documentationVsevolod Stakhov2010-05-252-16/+6
| | | | * Fix rspamd url
* Added tag 0.3.0 for changeset b216ff4770b9Vsevolod Stakhov2010-05-251-0/+1
|