|
NAMESympa::Aliases::CheckSMTP - Alias management: Check addresses using SMTPSYNOPSISuse Sympa::Aliases; my $aliases = Sympa::Aliases->new('CheckSMTP'); $aliases->check('listname', 'domain'); DESCRIPTIONTBD.Methods
Returns: Instance of Net::SMTP class or false value. Configuration parametersFollowing parameters in sympa.conf or robot.conf are referred by this module.
SEE ALSOSympa::Aliases.HISTORYThe feature which allows Sympa to check listname on SMTP server before list creation, contributed by Sergiy Zhuk, appeared on Sympa 3.3."list_check_helo" parameter was added by S. Ikeda on Sympa 6.1.5. Sympa::Aliases::CheckSMTP as a separate module appeared on Sympa 6.2.23b.
Visit the GSP FreeBSD Man Page Interface. |