aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Try to save images hashes to fuzzy storage to stop some annoying spammersVsevolod Stakhov2010-07-273-74/+141
|
* * Fix some multimap issuesVsevolod Stakhov2010-07-271-8/+9
|
* * Fix lua representing of invalid ip (nil, not 255.255.255.255)Vsevolod Stakhov2010-07-273-4/+129
| | | | | * Fix R_TO_SEEMS_AUTO rule (by citrin) * Add multimap lua plugin
* * Pre-init symbols cache when rereading configVsevolod Stakhov2010-07-271-0/+4
|
* * Improve lua loggingVsevolod Stakhov2010-07-261-4/+35
|
* * Turn off debug_ip during reload if it was disabled by new configVsevolod Stakhov2010-07-262-6/+7
|
* * Fix extracting arguments in lua logger interfaceVsevolod Stakhov2010-07-261-4/+4
|
* * More debugVsevolod Stakhov2010-07-258-10/+14
|
* * Add rspamd_log variable to lua plugins to access logging functionsVsevolod Stakhov2010-07-2513-20/+182
| | | | | | | | | * Each part in rspamd task now can have parent part * Check for parts distance only for multipart/alternative subparts * Do not check attachements even if they are text (but attached as file) * Do not die if write (2) returned ENOSPACE while doing logging, turn on throttling mode instead (1 write try in a second) * Add ability to turn on debug for specific symbols * Add ability to configure dns timeouts and dns retransmits in config file
* * Save in regexp cache the whole regexp with header name (if exists) and ↵Vsevolod Stakhov2010-07-231-1/+2
| | | | | | with flags This issue can be a reason why similar regexp are NOT working for different headers
* * Empty and non-empty parts are allways differentVsevolod Stakhov2010-07-201-0/+4
|
* * Do not compare empty partsVsevolod Stakhov2010-07-201-4/+6
|
* * Some optimizations to client libraryVsevolod Stakhov2010-07-201-3/+3
|
* * Stupid error in calculation compressed label lengthVsevolod Stakhov2010-07-201-1/+1
|
* * Use ungreedy match to strip trailing whitespacesVsevolod Stakhov2010-07-201-5/+5
|
* * Strip trailing whitespace characters in Mail::Rspamd::ClientVsevolod Stakhov2010-07-201-5/+5
|
* * Improve reopenlog command in rc scriptVsevolod Stakhov2010-07-201-2/+1
|
* * Handle empty from headerVsevolod Stakhov2010-07-201-1/+1
|
* * Fix another error with early task destroyingVsevolod Stakhov2010-07-202-4/+7
|
* * Fix expanding spf macros that may fail in rare casesVsevolod Stakhov2010-07-202-2/+4
|
* * Fix problems with parsing compressed namesVsevolod Stakhov2010-07-201-10/+37
| | | | * Fix TXT records parsing
* * Handle cases of broken requestsVsevolod Stakhov2010-07-192-4/+6
|
* * Do not try to resolve names with several dots in a rowVsevolod Stakhov2010-07-192-2/+8
| | | | * Fix surbl request formatting for ip addresses
* * Fix to rc scriptVsevolod Stakhov2010-07-191-0/+1
|
* * Adopt foreach for cmake 2.6Vsevolod Stakhov2010-07-192-3/+3
|
* * Reopen log file by USR1 signalVsevolod Stakhov2010-07-199-20/+55
| | | | * Add reopenlog method to FreeBSD rc script
* * MergeVsevolod Stakhov2010-07-194-12/+41
|\
| * * Improve loggingVsevolod Stakhov2010-07-194-8/+6
| | | | | | | | | | * Write queue id to log * Remove test messages from cmake
| * * Do not overwrite lua plugins and configs if they already exists in target ↵Vsevolod Stakhov2010-07-191-6/+37
| | | | | | | | directory
* | * Assume 7bit as default transfer encodingVsevolod Stakhov2010-07-161-1/+9
| |
* | * Make improvements to HTML entites decoder: now it replaces entities with ↵Vsevolod Stakhov2010-07-162-264/+294
| | | | | | | | | | | | | | common characters and remove unknown entities. This behaviour is more like of standart HTML to text conversion * Add -d option to force debug output
* | * Add more debug to comparing parts distance functionVsevolod Stakhov2010-07-162-3/+6
| | | | | | | | * Write action even if message has no symbols
* | * Make valgrind happy about comparing symbolsVsevolod Stakhov2010-07-151-1/+1
| |
* | * Add ability to assign several actions to one metricVsevolod Stakhov2010-07-155-31/+147
| | | | | | | | | | | | * Report action in rspamc protocol * Mail::Rspamd::Client and rspamc can now understand Action header too * Write action to log as well
* | * Add ability to set metric's action from config fileVsevolod Stakhov2010-07-155-1/+37
| | | | | | | | | | * Fix bug with writing garbadge if message has no urls or no messages * Fix bug with incorrect behaviour of compare_parts_distance function
* | * Add ability to make views by recipientVsevolod Stakhov2010-07-154-5/+117
| |
* | * Fix check_smtp_data functionVsevolod Stakhov2010-07-151-6/+38
| |
* | * Calling callbacks may cause destroying session from which we are calling ↵Vsevolod Stakhov2010-07-131-6/+10
| | | | | | | | callback so we MUST call callback as the latest action
* | * Do not insert unparsed RR's into replyVsevolod Stakhov2010-07-131-13/+26
| |
* | * Fix some problems with TXT recordsVsevolod Stakhov2010-07-132-11/+16
| | | | | | | | * Try to fix removing of DNS events
* | * Fix lua DNS codeVsevolod Stakhov2010-07-132-5/+23
| | | | | | | | * Decompress labels in DNS packets more strictly
* | * Call has_forked method to inform POE about forkVsevolod Stakhov2010-07-131-1/+4
| |
* | * Some improvements to redirectorVsevolod Stakhov2010-07-131-7/+29
| |
* | * Fix reload signal (reported by citrin)Vsevolod Stakhov2010-07-121-1/+1
| |
* | * Set resolver inside taskVsevolod Stakhov2010-07-121-0/+1
| |
* | * Init events before configuring resolver in smtp workerVsevolod Stakhov2010-07-121-2/+1
| |
* | * Fix resolving in smtp moduleVsevolod Stakhov2010-07-121-1/+1
| |
* | * Very hard to detect problem with race among error in socket and destroying ↵Vsevolod Stakhov2010-07-092-1/+6
| | | | | | | | task while we are writing to socket and go through a hash table
* | * Remove evdns and use only rspamd resolverVsevolod Stakhov2010-07-096-49/+96
| |
* | * Make SURBL module to use rspamd dns moduleVsevolod Stakhov2010-07-095-122/+130
| | | | | | | | * Several fixes to DNS logic