Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/smilla
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,9 @@ class Smilla(Milter.Base):
if result.rcode_str == 'serv fail':
syslog(LOG_ERR,
"%s: unbound SMIMEA lookup for '%s' "
"returned SERVFAIL - letting go plaintext"
"returned SERVFAIL - deferring"
% (self.getsymval("i"), recipient))
return Milter.CONTINUE
return Milter.TEMPFAIL
if result.bogus:
syslog(LOG_ERR,
"%s: unbound SMIMEA lookup for '%s' "
Expand Down