Lines 1-25
Link Here
|
1 |
--- postfix-policyd-spf-perl.orig 2008-07-25 19:35:01.000000000 -0700 |
1 |
--- ./postfix-policyd-spf-perl.orig 2012-06-18 03:50:55.000000000 +0000 |
2 |
+++ postfix-policyd-spf-perl 2009-01-25 16:46:38.991336330 -0800 |
2 |
+++ ./postfix-policyd-spf-perl 2014-05-08 00:22:28.000000000 +0000 |
3 |
@@ -263,14 +263,14 @@ |
3 |
@@ -284,7 +284,7 @@ |
4 |
info => "%s: SPF %s: HELO/EHLO: %s", |
4 |
$attr->{helo_name} || '<UNKNOWN>' |
5 |
$attr->{queue_id}, $helo_result, $attr->{helo_name} |
5 |
); |
6 |
); |
6 |
}; |
7 |
- return "550 $helo_authority_exp"; |
7 |
- return "550 $helo_authority_exp"; |
8 |
+ return "%%SPF_FAIL%% $helo_authority_exp"; |
8 |
+ return "%%SPF_FAIL%% $helo_authority_exp"; |
9 |
} |
9 |
} |
10 |
elsif ($helo_result->is_code('temperror')) { |
10 |
elsif ($helo_result->is_code('temperror')) { |
11 |
syslog( |
11 |
if ($VERBOSE) { |
12 |
info => "%s: SPF %s: HELO/EHLO: %s", |
12 |
@@ -294,7 +294,7 @@ |
13 |
$attr->{queue_id}, $helo_result, $attr->{helo_name} |
13 |
$attr->{helo_name} || '<UNKNOWN>' |
14 |
); |
14 |
); |
|
|
15 |
}; |
15 |
- return "DEFER_IF_PERMIT SPF-Result=$helo_local_exp"; |
16 |
- return "DEFER_IF_PERMIT SPF-Result=$helo_local_exp"; |
16 |
+ return "%%SPF_TEMPERROR%% SPF-Result=$helo_local_exp"; |
17 |
+ return "%%SPF_TEMPERROR%% SPF-Result=$helo_local_exp"; |
17 |
} |
18 |
} |
18 |
elsif ($attr->{sender} eq '') { |
19 |
elsif ($attr->{sender} eq '') { |
19 |
syslog( |
20 |
if ($VERBOSE) { |
20 |
@@ -334,10 +334,10 @@ |
21 |
@@ -368,10 +368,10 @@ |
21 |
$attr->{queue_id}, $mfrom_result, $attr->{sender} |
22 |
); |
22 |
); |
23 |
}; |
23 |
if ($mfrom_result->is_code('fail')) { |
24 |
if ($mfrom_result->is_code('fail')) { |
24 |
- return "550 $mfrom_authority_exp"; |
25 |
- return "550 $mfrom_authority_exp"; |
25 |
+ return "%%SPF_FAIL%% $mfrom_authority_exp"; |
26 |
+ return "%%SPF_FAIL%% $mfrom_authority_exp"; |