]> source.dussan.org Git - rspamd.git/commitdiff
Misprint.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 16 Jul 2015 13:09:51 +0000 (14:09 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 16 Jul 2015 13:09:51 +0000 (14:09 +0100)
conf/lua/rspamd.lua

index 2fee3dc77181ace7860809265eaca07bfbf9ccda..df480a72cea34f4b0c9d2c754f3522c68f90d1cd 100644 (file)
@@ -49,7 +49,7 @@ reconf['R_WHITE_ON_WHITE'] = string.format('(!(%s) & (%s))', r_bgcolor, r_font_c
 reconf['R_FLASH_REDIR_IMGSHACK'] = '/^(?:http:\\/\\/)?img\\d{1,5}\\.imageshack\\.us\\/\\S+\\.swf/U'
 
 -- Different text parts
-rspamd_conf.R_PARTS_DIFFER = function(task)
+rspamd_config.R_PARTS_DIFFER = function(task)
   local distance = task:get_mempool():get_variable('parts_distance', 'int')
   
   if distance then