summaryrefslogtreecommitdiffstats
path: root/rules/mid.lua
diff options
context:
space:
mode:
Diffstat (limited to 'rules/mid.lua')
-rw-r--r--rules/mid.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/mid.lua b/rules/mid.lua
index 337fbde86..9fd4df555 100644
--- a/rules/mid.lua
+++ b/rules/mid.lua
@@ -34,7 +34,7 @@ local function mid_check_func(task)
if mid:find("@%[%d+%.%d+%.%d+%.%d+%]") then
task:insert_result('MID_RHS_IP_LITERAL', 1.0)
end
- -- Check From address atrributes against MID
+ -- Check From address attributes against MID
local from = task:get_from(2)
if (from and from[1] and from[1].domain and from[1].domain ~= '') then
local fd = from[1].domain:lower()