mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
fe01e850a8
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
31 lines
669 B
Diff
31 lines
669 B
Diff
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" {
|