summaryrefslogtreecommitdiffstats
path: root/network/opendmarc/patches/ticket204.patch
blob: afbb45ad13504549fac2e04ef3f4c5df407b539b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Index: opendmarc/reports/opendmarc-import.in
===================================================================
--- opendmarc.orig/reports/opendmarc-import.in	2018-12-17 01:41:32.570336411 -0500
+++ opendmarc/reports/opendmarc-import.in	2018-12-17 01:41:32.566336411 -0500
@@ -529,7 +529,7 @@
 				}
 
 	  case "from"		{
-					$fdomain = $value;
+					$fdomain = lc($value);
 				}
 
 	  case "job"		{
@@ -567,7 +567,7 @@
 				}
 
 	  case "mfrom"		{
-					$envdomain = $value;
+					$envdomain = lc($value);
 				}
 
 	  case "p"		{
@@ -579,7 +579,7 @@
 				}
 
 	  case "pdomain"	{
-					$pdomain = $value;
+					$pdomain = lc($value);
 				}
 
 	  case "policy"		{