Skip to content

Commit

Permalink
Sisimai::Lhost->removedat returns "4.25.5" #333
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Nov 21, 2019
1 parent cb27ca2 commit 5a244e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Sisimai/Lhost.pm
Expand Up @@ -35,7 +35,7 @@ sub INDICATORS {
'message-rfc822' => (1 << 2),
};
}
sub removedat { return 'v4.25.X' } # This method will be removed at the future release of Sisimai
sub removedat { return 'v4.25.5' } # This method will be removed at the future release of Sisimai
sub smtpagent { my $v = shift; $v =~ s/\ASisimai::Lhost::/Email::/; return $v }
sub description { return '' }
sub headerlist { return [] }
Expand Down

0 comments on commit 5a244e2

Please sign in to comment.