]> source.dussan.org Git - rspamd.git/commitdiff
Minor nonsense 164/head
authorAndrew Lewis <nerf@judo.za.org>
Fri, 13 Feb 2015 11:45:14 +0000 (13:45 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Fri, 13 Feb 2015 11:45:14 +0000 (13:45 +0200)
conf/lua/hfilter.lua
conf/lua/rspamd.lua
conf/metrics.conf
src/plugins/lua/rbl.lua

index d0594bc04ee6a27664655cdcbbda82259ae52e3a..ad4488ae1f9504365a25c9c66c836fe3c08b5b25 100644 (file)
@@ -1,7 +1,6 @@
 --[[
 Copyright (c) 2011-2015, Vsevolod Stakhov <vsevolod@highsecure.ru>
 Copyright (c) 2013-2015, Alexey Savelyev <info@homeweb.ru>
-Copyright (c) 2015, Andrew Lewis
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 6043f243c416f888e49786950222f1d047712451..245f6ce6ac802eb819e49df5b0599899da26a8d3 100644 (file)
@@ -67,7 +67,7 @@ rspamd_config.R_EMPTY_IMAGE = function (task)
 end
 
 -- Date issues
-rspamd_config.DATE_NOT_EXISTS = function(task)
+rspamd_config.MISSING_DATE = function(task)
        if rspamd_config:get_api_version() >= 5 then
                if not task:get_header_raw('Date') then
                        return true
index 780e3d0ce1d62da77a08aacc40754165b90459b2..229e0815c11d9094c17e9c58d4e9caf3168bbd1e 100644 (file)
@@ -756,8 +756,8 @@ metric {
     }
     symbol {
         weight = 1.0;
-        description = "Message date is not exists";
-        name = "DATE_NOT_EXISTS";
+        description = "Message date is missing";
+        name = "MISSING_DATE";
     }
 # hfilter symbols
     symbol { weight = 4.00; name = "HFILTER_HELO_BAREIP"; description = "Helo host is bare ip"; }
index 5593bbefc722e6e2b7beabd55487c1a6de6d03b5..12b42f186948fb8acb5f33d3a4277c5bde6c1588 100644 (file)
@@ -1,6 +1,6 @@
 --[[
 Copyright (c) 2011-2015, Vsevolod Stakhov <vsevolod@highsecure.ru>
-Copyright (c) 2014-2015, Andrew Lewis
+Copyright (c) 2013-2015, Andrew Lewis <nerf@judo.za.org>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without