r3599@embla: ask | 2006-06-15 17:15:06 -0700
Fix "help" command when there's no "smtpgreeting" configured (the default) (Thanks to Thomas Ogrisegg) git-svn-id: https://svn.perl.org/qpsmtpd/branches/0.3x@642 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
9bb950d1d0
commit
b3bc12e587
3
Changes
3
Changes
@ -1,5 +1,8 @@
|
|||||||
0.33
|
0.33
|
||||||
|
|
||||||
|
Fix "help" command when there's no "smtpgreeting" configured (the default)
|
||||||
|
(Thanks to Thomas Ogrisegg)
|
||||||
|
|
||||||
Move the Qpsmtpd::Auth POD to a top-level README to be more obvious.
|
Move the Qpsmtpd::Auth POD to a top-level README to be more obvious.
|
||||||
|
|
||||||
Add Qpsmtpd::Command to gather all parsing logic in one place (Hanno
|
Add Qpsmtpd::Command to gather all parsing logic in one place (Hanno
|
||||||
|
@ -417,7 +417,7 @@ sub help {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
$self->respond(214,
|
$self->respond(214,
|
||||||
"This is qpsmtpd " .
|
"This is qpsmtpd " .
|
||||||
$self->config('smtpgreeting') ? '' : $self->version,
|
($self->config('smtpgreeting') ? '' : $self->version),
|
||||||
"See http://smtpd.develooper.com/",
|
"See http://smtpd.develooper.com/",
|
||||||
'To report bugs or send comments, mail to <ask@develooper.com>.');
|
'To report bugs or send comments, mail to <ask@develooper.com>.');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user