Skip to content

Commit

Permalink
Keep backward compatibility: The value of "smtpagent" is "Email::$AGE…
Browse files Browse the repository at this point in the history
…NTNAME" #333
  • Loading branch information
azumakuniyuki committed Nov 14, 2019
1 parent 60c8f06 commit 52cbc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Sisimai/Lhost.pm
Expand Up @@ -36,7 +36,7 @@ sub INDICATORS {
};
}
sub removedat { return 'v4.25.X' } # This method will be removed at the future release of Sisimai
sub smtpagent { my $v = shift; $v =~ s/\ASisimai::Lhost::Email:://; return $v }
sub smtpagent { my $v = shift; $v =~ s/\ASisimai::Lhost::/Email::/; return $v }
sub description { return '' }
sub headerlist { return [] }
sub index {
Expand Down

0 comments on commit 52cbc34

Please sign in to comment.