The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

smtpstatus - List SMTP statuses

VERSION

version 0.01

SYNOPSIS

 # Show all statuses
 % smtpstatus

 # Show all X.1.X statuses
 % smtpstatus x.1

 # Show all statuses containing 'bad destination' in summary/description
 % smtpstatus 'bad dest'

 # Show longer description
 % smptatus 'search string' --desc

TODO

  • Add implementation-specific codes (from Sendmail, qmail, Postfix, Exim, Spanel)

  • Format

    Use --format=text-pretty by default for interactive, set description's table_column_orders (after summary, not before) and table_column_formats ([[wrap => {columns=>40}]]).

AUTHOR

Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Steven Haryanto.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.