aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-2017-334/+395
* Fixed multimap module configuration.Vsevolod Stakhov2010-12-201-1/+1
* Fix bug with mime parser behaviour.Vsevolod Stakhov2010-12-172-1/+2
* * Implement ability to add conditional rules to rspamd.xmlVsevolod Stakhov2010-12-157-46/+170
* Add registering options for lua modulesVsevolod Stakhov2010-12-1412-16/+135
* Implement checking options for modulesVsevolod Stakhov2010-12-1312-24/+174
* Add module options checkerVsevolod Stakhov2010-12-089-39/+228
* * Start new rspamd 0.3.4Vsevolod Stakhov2010-12-0315-291/+561
* Write release id if rspamd is built from hg.Vsevolod Stakhov2010-12-033-2/+26
* Detect mailto: inside <a> and <img> tags.Vsevolod Stakhov2010-12-011-1/+2
* Add some comments about maps and logging internals.Vsevolod Stakhov2010-11-263-5/+159
* Fix decoding of escaped URL'sVsevolod Stakhov2010-11-251-4/+4
* Fix XCLIENT hostnames when hostname cannot be resolved.Vsevolod Stakhov2010-11-231-5/+8
* Make own strlcpy that does not calculate remaining string length (faster and ...Vsevolod Stakhov2010-11-1623-66/+176
* Try to fix bug with absent trie items in redirectors list.Vsevolod Stakhov2010-11-151-1/+2
* * Add ability to obtain phished url from luaVsevolod Stakhov2010-11-125-2/+41
* Added tag 0.3.3 for changeset 15b7c5d49fe4Vsevolod Stakhov2010-11-031-0/+2
* Performance critical fix0.3.3Vsevolod Stakhov2010-11-031-1/+1
* Urgent fixes.Vsevolod Stakhov2010-11-034-4/+8
* Added tag 0.3.3 for changeset b241596821d9Vsevolod Stakhov2010-11-031-0/+1
* * Add phishing detector (now just compares <a href> with tag's data).Vsevolod Stakhov2010-11-029-65/+270
* When parsing RRs 'eat' last '.' symbolVsevolod Stakhov2010-11-011-1/+1
* Fix using of $1 and $2 in Mail::Rspamd::Client (reported by Andrej Zverev)Vsevolod Stakhov2010-10-291-4/+6
* Parse smtp_use_xclient option in configVsevolod Stakhov2010-10-291-0/+3
* Fixed adding action to metric.Vsevolod Stakhov2010-10-281-1/+3
* Add compatibility with glib < 2.2.22Vsevolod Stakhov2010-10-283-3/+13
* Add rewrite subject action implementation to SMTP proxy.Vsevolod Stakhov2010-10-272-7/+27
* Add add_header action to smtp proxy.Vsevolod Stakhov2010-10-268-14/+91
* Fix action settings (reported by Anton Nekhoroshih).Vsevolod Stakhov2010-10-256-156/+270
* Add special cases in metric actions: reject_score and spam_score for managing...Vsevolod Stakhov2010-10-221-0/+16
* Honor deliver_to argument in Mail::Rspamd::ClientVsevolod Stakhov2010-10-211-5/+9
* * Add ability to recursive scan over multipart's parts for functions:Vsevolod Stakhov2010-10-208-172/+416
* Fixed bug with file urls (reported by Anton Nekhoroshin)Vsevolod Stakhov2010-10-192-1/+4
* * Add new version of exim's local scan rspamd scannerVsevolod Stakhov2010-10-182-0/+378
* Fix multimap module if there is only one rule for it.Vsevolod Stakhov2010-10-151-3/+10
* Remove G_INLINE_FUNC definitions as I misunderstood its purposes.Vsevolod Stakhov2010-10-158-9/+9
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-1120-95/+154
* Init regexp library statically.Vsevolod Stakhov2010-10-061-2/+1
* * Add ability to check rspamd regexp from lua modulesVsevolod Stakhov2010-10-061-1/+51
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-0687-2613/+2722
* * Use syslog for loggingVsevolod Stakhov2010-10-061-92/+61
* * Improve definitions of redirector domainsVsevolod Stakhov2010-10-013-9/+110
* * Add ability to specify many redirector hosts and choose them round-robinVsevolod Stakhov2010-10-014-37/+80
* * Extract domains from emails to check via surblVsevolod Stakhov2010-09-292-15/+46
* * Get message's headers more correctlyVsevolod Stakhov2010-09-271-1/+1
* * Forgot to saveVsevolod Stakhov2010-09-231-0/+3
* Added tag 0.3.2, rspamd.xml.sample for changeset 7b83bc04fee5Vsevolod Stakhov2010-09-231-0/+3
* * Explain sample config and cleanup it0.3.2Vsevolod Stakhov2010-09-231-13/+70
* * Add trie interface to lua apiVsevolod Stakhov2010-09-224-0/+151
* * New trie based url scanner (based on libcamel)Vsevolod Stakhov2010-09-217-164/+693