]> source.dussan.org Git - rspamd.git/log
rspamd.git
9 years agoMore fixes on per-languages and per-user stats.
Vsevolod Stakhov [Tue, 8 Sep 2015 20:11:22 +0000 (21:11 +0100)]
More fixes on per-languages and per-user stats.

9 years agoFix creating languages on learning.
Vsevolod Stakhov [Tue, 8 Sep 2015 18:09:14 +0000 (19:09 +0100)]
Fix creating languages on learning.

9 years agoFix stupid cast issue.
Vsevolod Stakhov [Tue, 8 Sep 2015 15:34:53 +0000 (16:34 +0100)]
Fix stupid cast issue.

9 years agoRework symbols classes in url parser.
Vsevolod Stakhov [Tue, 8 Sep 2015 13:44:40 +0000 (14:44 +0100)]
Rework symbols classes in url parser.

9 years agoMore fixes to url parser.
Vsevolod Stakhov [Tue, 8 Sep 2015 13:12:45 +0000 (14:12 +0100)]
More fixes to url parser.

9 years agoUse folding for symbols header.
Vsevolod Stakhov [Tue, 8 Sep 2015 12:44:18 +0000 (13:44 +0100)]
Use folding for symbols header.

9 years agoAdd unit test for headers folding.
Vsevolod Stakhov [Tue, 8 Sep 2015 12:42:19 +0000 (13:42 +0100)]
Add unit test for headers folding.

9 years agoAdd lua bindings for headers folding.
Vsevolod Stakhov [Tue, 8 Sep 2015 12:42:09 +0000 (13:42 +0100)]
Add lua bindings for headers folding.

9 years agoAdd headers folding routine.
Vsevolod Stakhov [Tue, 8 Sep 2015 12:41:48 +0000 (13:41 +0100)]
Add headers folding routine.

9 years agoAdd X-Spam-Level header.
Vsevolod Stakhov [Tue, 8 Sep 2015 08:23:45 +0000 (09:23 +0100)]
Add X-Spam-Level header.

9 years agoFix help message for --mime flag.
Vsevolod Stakhov [Tue, 8 Sep 2015 08:16:55 +0000 (09:16 +0100)]
Fix help message for --mime flag.

9 years agoAllow mime output to stdout.
Vsevolod Stakhov [Tue, 8 Sep 2015 08:14:37 +0000 (09:14 +0100)]
Allow mime output to stdout.

Issue: #357

9 years agoFix text emails parsing.
Vsevolod Stakhov [Mon, 7 Sep 2015 21:32:10 +0000 (22:32 +0100)]
Fix text emails parsing.

9 years agoUse another approach to parse emails.
Vsevolod Stakhov [Mon, 7 Sep 2015 20:59:32 +0000 (21:59 +0100)]
Use another approach to parse emails.

9 years agoFix callbacks structure in urls parser.
Vsevolod Stakhov [Mon, 7 Sep 2015 20:28:01 +0000 (21:28 +0100)]
Fix callbacks structure in urls parser.

9 years agoDisplay json output if even cannot parse it if `--json` is on.
Vsevolod Stakhov [Mon, 7 Sep 2015 20:27:45 +0000 (21:27 +0100)]
Display json output if even cannot parse it if `--json` is on.

9 years agoUpdate roff manual.
Vsevolod Stakhov [Sun, 6 Sep 2015 20:56:38 +0000 (21:56 +0100)]
Update roff manual.

9 years agoRemove outdated and deprecated code.
Vsevolod Stakhov [Sun, 6 Sep 2015 20:50:37 +0000 (21:50 +0100)]
Remove outdated and deprecated code.

9 years agoUpdate index.
Vsevolod Stakhov [Sat, 5 Sep 2015 16:10:37 +0000 (17:10 +0100)]
Update index.

9 years agoAdd dmarc module documentation.
Vsevolod Stakhov [Sat, 5 Sep 2015 16:10:14 +0000 (17:10 +0100)]
Add dmarc module documentation.

9 years agoUpdate rspamc manual page.
Vsevolod Stakhov [Sat, 5 Sep 2015 16:01:51 +0000 (17:01 +0100)]
Update rspamc manual page.

9 years agoAdd X-Spam-Score header.
Vsevolod Stakhov [Fri, 4 Sep 2015 14:36:29 +0000 (15:36 +0100)]
Add X-Spam-Score header.

9 years agoAlways try to deliver message in --mime mode.
Vsevolod Stakhov [Fri, 4 Sep 2015 14:28:28 +0000 (15:28 +0100)]
Always try to deliver message in --mime mode.

9 years agoExtract mime part, not text part in task:get_parts
Vsevolod Stakhov [Fri, 4 Sep 2015 14:17:33 +0000 (15:17 +0100)]
Extract mime part, not text part in task:get_parts

9 years agoFix some minor warnings.
Vsevolod Stakhov [Thu, 3 Sep 2015 17:28:28 +0000 (18:28 +0100)]
Fix some minor warnings.

9 years agoAdd tests and fix some issues.
Vsevolod Stakhov [Thu, 3 Sep 2015 15:56:58 +0000 (16:56 +0100)]
Add tests and fix some issues.

9 years agoFix lua logger arguments parsing.
Vsevolod Stakhov [Thu, 3 Sep 2015 15:44:27 +0000 (16:44 +0100)]
Fix lua logger arguments parsing.

9 years agoAnother fix to partial loading of maps.
Vsevolod Stakhov [Thu, 3 Sep 2015 15:36:49 +0000 (16:36 +0100)]
Another fix to partial loading of maps.

9 years agoLink logging for the map and associated radix trie.
Vsevolod Stakhov [Thu, 3 Sep 2015 15:07:04 +0000 (16:07 +0100)]
Link logging for the map and associated radix trie.

9 years agoAllow to get memory pool for radix tree.
Vsevolod Stakhov [Thu, 3 Sep 2015 15:02:13 +0000 (16:02 +0100)]
Allow to get memory pool for radix tree.

9 years agoFix stupid error while reading logger pool argument.
Vsevolod Stakhov [Thu, 3 Sep 2015 14:55:34 +0000 (15:55 +0100)]
Fix stupid error while reading logger pool argument.

9 years agoAnother try to fix maps partial load.
Vsevolod Stakhov [Thu, 3 Sep 2015 14:36:32 +0000 (15:36 +0100)]
Another try to fix maps partial load.

9 years agoImprove logging for map module.
Vsevolod Stakhov [Thu, 3 Sep 2015 14:00:23 +0000 (15:00 +0100)]
Improve logging for map module.

9 years agoFix reading of maps with comments.
Vsevolod Stakhov [Thu, 3 Sep 2015 12:38:34 +0000 (13:38 +0100)]
Fix reading of maps with comments.

9 years agoAdd specific logging module for radix trie.
Vsevolod Stakhov [Thu, 3 Sep 2015 12:38:21 +0000 (13:38 +0100)]
Add specific logging module for radix trie.

9 years agoFix radix tree size calculations.
Vsevolod Stakhov [Thu, 3 Sep 2015 12:37:53 +0000 (13:37 +0100)]
Fix radix tree size calculations.

9 years agoMerge pull request #354 from fatalbanana/patch
Vsevolod Stakhov [Wed, 2 Sep 2015 16:22:20 +0000 (17:22 +0100)]
Merge pull request #354 from fatalbanana/patch

Allow ip_score to ignore selected ASNs/countries

9 years agoFix documentation.
Vsevolod Stakhov [Wed, 2 Sep 2015 16:21:47 +0000 (17:21 +0100)]
Fix documentation.

9 years agoFix conditions in the logger.
Vsevolod Stakhov [Wed, 2 Sep 2015 16:21:07 +0000 (17:21 +0100)]
Fix conditions in the logger.

9 years agoFix logging of repeated messages.
Vsevolod Stakhov [Wed, 2 Sep 2015 16:12:17 +0000 (17:12 +0100)]
Fix logging of repeated messages.

9 years agoFix syslog id output.
Vsevolod Stakhov [Wed, 2 Sep 2015 16:12:07 +0000 (17:12 +0100)]
Fix syslog id output.

9 years agoUpdate logger documentation.
Vsevolod Stakhov [Wed, 2 Sep 2015 15:58:25 +0000 (16:58 +0100)]
Update logger documentation.

9 years agoAllow ip_score to ignore selected ASNs/countries 354/head
Andrew Lewis [Wed, 2 Sep 2015 15:33:13 +0000 (17:33 +0200)]
Allow ip_score to ignore selected ASNs/countries

9 years agoAdd ability to remove variables from memory pools.
Vsevolod Stakhov [Wed, 2 Sep 2015 14:46:29 +0000 (15:46 +0100)]
Add ability to remove variables from memory pools.

9 years agoFix reading of files with no endline character.
Vsevolod Stakhov [Wed, 2 Sep 2015 14:31:09 +0000 (15:31 +0100)]
Fix reading of files with no endline character.

Issue: #352
Reported by: @nitgithub

9 years agoMerge pull request #353 from fatalbanana/patch
Vsevolod Stakhov [Wed, 2 Sep 2015 13:23:11 +0000 (14:23 +0100)]
Merge pull request #353 from fatalbanana/patch

Changes to ip_score & rbl

9 years agoAllow setting upper & lower limit on IP score 353/head
Andrew Lewis [Mon, 31 Aug 2015 20:37:53 +0000 (22:37 +0200)]
Allow setting upper & lower limit on IP score

9 years agoMinor refactoring
Andrew Lewis [Fri, 28 Aug 2015 16:32:19 +0000 (18:32 +0200)]
Minor refactoring

9 years agoLog neutral scores too
Andrew Lewis [Fri, 28 Aug 2015 15:57:38 +0000 (17:57 +0200)]
Log neutral scores too

9 years agoSupport IPv6; avoid polluting IPv4 stats on dual stacks
Andrew Lewis [Wed, 26 Aug 2015 22:14:06 +0000 (00:14 +0200)]
Support IPv6; avoid polluting IPv4 stats on dual stacks

9 years agoImplement conditional debug for modules.
Vsevolod Stakhov [Tue, 1 Sep 2015 16:41:36 +0000 (17:41 +0100)]
Implement conditional debug for modules.

9 years agoAdd debug_modules option.
Vsevolod Stakhov [Tue, 1 Sep 2015 16:34:25 +0000 (17:34 +0100)]
Add debug_modules option.

9 years agoAllow to add lists of strings to hash table.
Vsevolod Stakhov [Tue, 1 Sep 2015 16:34:12 +0000 (17:34 +0100)]
Allow to add lists of strings to hash table.

9 years agoFix logging in sqlite3 modules.
Vsevolod Stakhov [Tue, 1 Sep 2015 15:58:57 +0000 (16:58 +0100)]
Fix logging in sqlite3 modules.

9 years agoFix logging in mmapped files module.
Vsevolod Stakhov [Tue, 1 Sep 2015 15:14:05 +0000 (16:14 +0100)]
Fix logging in mmapped files module.

9 years agoFix luajit detection if lua is also installed.
Vsevolod Stakhov [Tue, 1 Sep 2015 13:37:58 +0000 (14:37 +0100)]
Fix luajit detection if lua is also installed.

9 years agoFix modules defined by direct path.
Vsevolod Stakhov [Tue, 1 Sep 2015 13:37:44 +0000 (14:37 +0100)]
Fix modules defined by direct path.

9 years agoWrite message-id and queue-id to logs.
Vsevolod Stakhov [Tue, 1 Sep 2015 12:18:11 +0000 (13:18 +0100)]
Write message-id and queue-id to logs.

9 years agoFix hang on processing non-mime messages.
Vsevolod Stakhov [Tue, 1 Sep 2015 11:38:39 +0000 (12:38 +0100)]
Fix hang on processing non-mime messages.

9 years agoUpdate logging in lua modules.
Vsevolod Stakhov [Tue, 1 Sep 2015 11:23:46 +0000 (12:23 +0100)]
Update logging in lua modules.

9 years agoAllow passing pools, tasks and config to lua logger for tags.
Vsevolod Stakhov [Tue, 1 Sep 2015 08:54:14 +0000 (09:54 +0100)]
Allow passing pools, tasks and config to lua logger for tags.

9 years agoForgot to adopt debug statements.
Vsevolod Stakhov [Mon, 31 Aug 2015 17:22:50 +0000 (18:22 +0100)]
Forgot to adopt debug statements.

9 years agoUpdate other C module for the new logger.
Vsevolod Stakhov [Mon, 31 Aug 2015 17:22:10 +0000 (18:22 +0100)]
Update other C module for the new logger.

9 years agoUpdate surbl module for the new logger.
Vsevolod Stakhov [Mon, 31 Aug 2015 17:14:25 +0000 (18:14 +0100)]
Update surbl module for the new logger.

9 years agoUpdate controller and worker for the new logger.
Vsevolod Stakhov [Sun, 30 Aug 2015 11:35:18 +0000 (12:35 +0100)]
Update controller and worker for the new logger.

9 years agoUpdate lua code for the new logger.
Vsevolod Stakhov [Sun, 30 Aug 2015 11:35:07 +0000 (12:35 +0100)]
Update lua code for the new logger.

9 years agoUpdate mime code for the new logger.
Vsevolod Stakhov [Sun, 30 Aug 2015 00:55:21 +0000 (01:55 +0100)]
Update mime code for the new logger.

9 years agoFix one more map pool.
Vsevolod Stakhov [Sat, 29 Aug 2015 16:39:01 +0000 (17:39 +0100)]
Fix one more map pool.

9 years agoFix logging tags for maps.
Vsevolod Stakhov [Sat, 29 Aug 2015 16:33:26 +0000 (17:33 +0100)]
Fix logging tags for maps.

9 years agoMore logging updates.
Vsevolod Stakhov [Sat, 29 Aug 2015 12:16:52 +0000 (13:16 +0100)]
More logging updates.

9 years agoUpdate workers logging.
Vsevolod Stakhov [Sat, 29 Aug 2015 12:01:46 +0000 (13:01 +0100)]
Update workers logging.

9 years agoUpdate history logging.
Vsevolod Stakhov [Sat, 29 Aug 2015 11:57:44 +0000 (12:57 +0100)]
Update history logging.

9 years agoUpdate dkim logging.
Vsevolod Stakhov [Sat, 29 Aug 2015 11:55:43 +0000 (12:55 +0100)]
Update dkim logging.

9 years agoUse spf as module name for logging.
Vsevolod Stakhov [Fri, 28 Aug 2015 16:06:59 +0000 (17:06 +0100)]
Use spf as module name for logging.

9 years agoUse config checksum for unique tag.
Vsevolod Stakhov [Fri, 28 Aug 2015 16:06:48 +0000 (17:06 +0100)]
Use config checksum for unique tag.

9 years agoFix repeated logging.
Vsevolod Stakhov [Fri, 28 Aug 2015 15:44:15 +0000 (16:44 +0100)]
Fix repeated logging.

9 years agoMore logger fixes.
Vsevolod Stakhov [Fri, 28 Aug 2015 15:41:05 +0000 (16:41 +0100)]
More logger fixes.

9 years agoExtended logging for spf.
Vsevolod Stakhov [Fri, 28 Aug 2015 15:34:49 +0000 (16:34 +0100)]
Extended logging for spf.

9 years agoExtended logging.
Vsevolod Stakhov [Fri, 28 Aug 2015 15:24:03 +0000 (16:24 +0100)]
Extended logging.

9 years agoExtended main process logging.
Vsevolod Stakhov [Fri, 28 Aug 2015 15:20:24 +0000 (16:20 +0100)]
Extended main process logging.

9 years agoExtended symbols cache logging.
Vsevolod Stakhov [Fri, 28 Aug 2015 15:08:47 +0000 (16:08 +0100)]
Extended symbols cache logging.

9 years agoExtended config logger.
Vsevolod Stakhov [Fri, 28 Aug 2015 15:08:36 +0000 (16:08 +0100)]
Extended config logger.

9 years agoFix extended output.
Vsevolod Stakhov [Fri, 28 Aug 2015 14:58:55 +0000 (15:58 +0100)]
Fix extended output.

9 years agoFix other compatibility issues.
Vsevolod Stakhov [Fri, 28 Aug 2015 14:48:14 +0000 (15:48 +0100)]
Fix other compatibility issues.

9 years agoPrint extra log details.
Vsevolod Stakhov [Fri, 28 Aug 2015 14:48:00 +0000 (15:48 +0100)]
Print extra log details.

9 years agoFix rdns logger.
Vsevolod Stakhov [Fri, 28 Aug 2015 14:47:25 +0000 (15:47 +0100)]
Fix rdns logger.

9 years agoFix lua logger.
Vsevolod Stakhov [Fri, 28 Aug 2015 14:33:37 +0000 (15:33 +0100)]
Fix lua logger.

9 years agoStart migration to more verbose logger.
Vsevolod Stakhov [Fri, 28 Aug 2015 14:10:55 +0000 (15:10 +0100)]
Start migration to more verbose logger.

9 years agoMarkdown fixes.
Vsevolod Stakhov [Fri, 28 Aug 2015 13:47:57 +0000 (14:47 +0100)]
Markdown fixes.

9 years agoMarkdown fixes.
Vsevolod Stakhov [Fri, 28 Aug 2015 13:36:02 +0000 (14:36 +0100)]
Markdown fixes.

9 years agoMore improvements to documentation.
Vsevolod Stakhov [Fri, 28 Aug 2015 13:25:41 +0000 (14:25 +0100)]
More improvements to documentation.

9 years agoAdd documentation for the changes.
Vsevolod Stakhov [Fri, 28 Aug 2015 12:51:49 +0000 (13:51 +0100)]
Add documentation for the changes.

9 years agoAllow complex regexp rules as well.
Vsevolod Stakhov [Fri, 28 Aug 2015 12:15:57 +0000 (13:15 +0100)]
Allow complex regexp rules as well.

9 years agoFix uid filling.
Vsevolod Stakhov [Fri, 28 Aug 2015 11:46:19 +0000 (12:46 +0100)]
Fix uid filling.

9 years ago Allow complex regexp rules.
Vsevolod Stakhov [Thu, 27 Aug 2015 17:27:52 +0000 (18:27 +0100)]
 Allow complex regexp rules.

9 years ago Use tags for task and config pools.
Vsevolod Stakhov [Thu, 27 Aug 2015 16:34:50 +0000 (17:34 +0100)]
 Use tags for task and config pools.

9 years agoAdd tags to rspamd_mempool.
Vsevolod Stakhov [Thu, 27 Aug 2015 16:31:29 +0000 (17:31 +0100)]
Add tags to rspamd_mempool.

9 years agoFix include definition.
Vsevolod Stakhov [Thu, 27 Aug 2015 16:30:13 +0000 (17:30 +0100)]
Fix include definition.

9 years agoAdd conditions to lua.
Vsevolod Stakhov [Thu, 27 Aug 2015 16:00:32 +0000 (17:00 +0100)]
Add conditions to lua.

9 years agoAdd method to register symbols conditions
Vsevolod Stakhov [Thu, 27 Aug 2015 15:27:19 +0000 (16:27 +0100)]
Add method to register symbols conditions