Skip to content

Commit

Permalink
Fix typo in Sisimai::SMTP::Error, Thanks to hekeli #410
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Aug 25, 2020
1 parent 8dfb696 commit b6ef9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Sisimai/SMTP/Error.pm
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ sub soft_or_hard {
'hard' => [qw|hasmoved hostunknown userunknown|],
};

if( $argv1 eq 'deliverd' || $argv1 eq 'feedback' || $argv1 eq 'vacation' ) {
if( $argv1 eq 'delivered' || $argv1 eq 'feedback' || $argv1 eq 'vacation' ) {
# These are not dealt as a bounce reason
$value = '';

Expand Down

0 comments on commit b6ef9d1

Please sign in to comment.