Temporarily prevent domainkeys from issuing DENY.
git-svn-id: https://svn.perl.org/qpsmtpd/branches/0.3x@653 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
f654defacb
commit
66f2f9354b
@ -75,7 +75,8 @@ sub hook_data_post {
|
|||||||
return DECLINED;
|
return DECLINED;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return DENY, "DomainKeys signature failed to verify";
|
$self->log(LOGWARN, "DomainKeys signature failed to verify");
|
||||||
|
return DECLINED;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user