Merge pull request #128 from flimzy/spelification
Correct some spellification.
This commit is contained in:
commit
3273abb25e
@ -322,7 +322,7 @@ sub auth_parse_respond {
|
|||||||
return $self->{_auth} = Qpsmtpd::Auth::SASL($self, $mechanism, @stuff);
|
return $self->{_auth} = Qpsmtpd::Auth::SASL($self, $mechanism, @stuff);
|
||||||
}
|
}
|
||||||
|
|
||||||
$self->respond(504, "Unimplemented authentification mechanism: $mechanism");
|
$self->respond(504, "Unimplemented authentication mechanism: $mechanism");
|
||||||
return DENY;
|
return DENY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user