summaryrefslogtreecommitdiffstats
path: root/src/message.c
Commit message (Collapse)AuthorAgeFilesLines
...
* * Add ability to check hashes of selected mime typesVsevolod Stakhov2010-08-271-8/+0
| | | | | * Add ability to set minimum size in bytes for mime types * Add ability to set minimum dimensions for images
* * Add ability to extract filename and size of images from luaVsevolod Stakhov2010-08-251-0/+1
|
* * Move images library to core rspamdVsevolod Stakhov2010-08-231-1/+7
| | | | * Add lua api to access images properties
* * Do not add extra byte while converting text to utfVsevolod Stakhov2010-07-291-1/+1
|
* * Another try to save regexps in cache correctlyVsevolod Stakhov2010-07-281-1/+1
| | | | * Improve test logs for regexps
* * Try to save images hashes to fuzzy storage to stop some annoying spammersVsevolod Stakhov2010-07-271-0/+8
|
* * More debugVsevolod Stakhov2010-07-251-1/+4
|
* * Add rspamd_log variable to lua plugins to access logging functionsVsevolod Stakhov2010-07-251-3/+29
| | | | | | | | | * 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
* * MergeVsevolod Stakhov2010-07-191-1/+1
|\
| * * Improve loggingVsevolod Stakhov2010-07-191-1/+1
| | | | | | | | | | * Write queue id to log * Remove test messages from cmake
* | * Fix chartable module in utf modeVsevolod Stakhov2010-07-051-1/+1
|/
* * Fix more gmime2.4 issuesVsevolod Stakhov2010-05-311-10/+29
|
* * Fix build with gmime24Vsevolod Stakhov2010-05-271-2/+18
|
* * Add ability to add flags to fuzzy hashesVsevolod Stakhov2010-05-051-1/+21
|
* * Fix statistics of messages in controllercebka@lenovo-laptop2010-03-171-4/+0
| | | | | | | | * Fix building and installing perl target * Fix learn command name * Controller's commands are now case insensitive * Statfiles can now be selected from popup list in cgi interface * Password for controller's commands can now be specified in cgi interface
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-14/+14
| | | | | | | | | - independent and customizeable buffering - line buffering - errors handling support - custom (ip based) debug - append function name automaticaly (based on __FUNCTION__) - add some logic to logs system
* * Add ability for scanning non-mime (HTML) messagesVsevolod Stakhov2009-10-191-49/+105
|
* * Fix getting of message headers from lua pluginsVsevolod Stakhov2009-10-141-3/+6
| | | | * Fix forged recipients plugin
* * Retab, no functional changesVsevolod Stakhov2009-10-021-522/+530
|
* * Fix learningVsevolod Stakhov2009-09-251-155/+0
|
* * Decode all html entitles in html partsVsevolod Stakhov2009-09-161-0/+1
|
* * Add asynchronous DNS resolver to lua APIVsevolod Stakhov2009-09-041-1/+1
| | | | | * Add access to received headers to lua API * Some code polishing
* * Fix processing of empty partsVsevolod Stakhov2009-08-211-0/+2
| | | | * Fix memory problems in controller
* * Fix some more bugs with empty partsVsevolod Stakhov2009-07-301-1/+1
|
* * Fix some issues with empty partsVsevolod Stakhov2009-07-301-2/+2
|
* * Add support for empty text or html partsVsevolod Stakhov2009-07-291-6/+16
|
* * Fix multipart nestingVsevolod Stakhov2009-07-271-3/+19
|
* * Add received headers parserVsevolod Stakhov2009-07-221-0/+229
|
* * Try to search for headers in multipart parts if headers are not found in ↵Vsevolod Stakhov2009-07-081-0/+75
| | | | | | parent part * Fix raw header's search
* * Check return value from evdns_resolveVsevolod Stakhov2009-07-031-0/+2
| | | | * Do not parse html parts double time while extracting urls, just parse tags attributes
* * Extract url encoded urls from html textsVsevolod Stakhov2009-07-031-3/+5
|
* * Remove some warningsVsevolod Stakhov2009-07-011-1/+1
|
* * Rework url parsing algorithmsVsevolod Stakhov2009-06-021-5/+15
| | | | | | | * Adopt all parts of rspamd for new url parser * Improve url-extracter utility by avoiding cut&paste of mime parsing * Small fixes to rspamc client * Bump version to 0.1.3
* * Fix bug with gboolean usageVsevolod Stakhov2009-05-301-1/+8
|
* * Try to handle fake text/html parts correctly while extracting URLsVsevolod Stakhov2009-05-291-1/+1
|
* * Add simple html parser and tag balancing detectorVsevolod Stakhov2009-05-151-6/+23
| | | | * Add function for searching html tag
* * Fix work with raw headers and with senders in messageVsevolod Stakhov2009-05-141-2/+46
|
* * Fix memory leak when ref'ing message mime part without unrefing itVsevolod Stakhov2009-05-081-1/+10
|
* * MisprintVsevolod Stakhov2009-04-211-1/+0
|
* * Fix bug with headers iteration functionVsevolod Stakhov2009-04-211-11/+11
|
* * Add initial version of chartable plugin: now it can only detects mixed ↵Vsevolod Stakhov2009-04-211-1/+1
| | | | unicode characters
* * Add raw mode flag for improving performance by avoiding expensive utf8 ↵Vsevolod Stakhov2009-04-211-0/+5
| | | | | | transforms * Improve FreeBSD start script by adding config test precmd
* * Add some debugVsevolod Stakhov2009-04-201-16/+54
| | | | * Check for headers not only in message but also in its primary part
* * Fix urls extracting, avoid code repeatingVsevolod Stakhov2009-04-171-2/+2
|
* * For mime parts set flag 'raw' and if we cannot determine charset of part ↵Vsevolod Stakhov2009-04-151-4/+8
| | | | | | or cannot encode it to utf8 just use for such parts raw regexps
* * Fix allocating and freeing of byte arrayVsevolod Stakhov2009-04-151-2/+2
|
* * Try to convert each text part of messages to utf8 to avoid problems with ↵Vsevolod Stakhov2009-04-151-25/+64
| | | | regexps
* * Check mime regexp only in text and html partsVsevolod Stakhov2009-04-031-0/+2
| | | | | | * Add 2 functions: - has_content_part(type, subtype) - has_content_part_len(type, subtype, min, max)
* * Add 3 functions:Vsevolod Stakhov2009-03-301-0/+5
| | | | | | | | - is_recipients_sorted - has_only_html_part - compare_recipients_distance * Update documentation * Fix build
* * Unref wrapper as wellVsevolod Stakhov2009-03-261-0/+2
|