Maybe ask doesn't get much SPAM thanks to qpsmtpd, but it might make sense ask people to send mail to this list:
-- diff --git a/lib/Qpsmtpd/SMTP.pm b/lib/Qpsmtpd/SMTP.pm index f669055..55d7368 100644 --- a/lib/Qpsmtpd/SMTP.pm +++ b/lib/Qpsmtpd/SMTP.pm @@ -494,7 +494,7 @@ sub help_respond { @$msg = ( "This is qpsmtpd " . ($self->config('smtpgreeting') ? '' : $self->version), "See http://smtpd.develooper.com/", - 'To report bugs or send comments, mail to <a...@develooper.com>.'); + 'To report bugs or send comments see: http://smtpd.develooper.com/list.html'); } $self->respond(214, @$msg); } -- Steve -- http://www.steve.org.uk/