| Qpsmtpd-Plugin-EmailAddressLoose documentation | Contained in the Qpsmtpd-Plugin-EmailAddressLoose distribution. |
Qpsmtpd::Plugin::EmailAddressLoose - Override all Email::Address->parse() used in Qpsmtpd::Plugin
# /etc/qpsmtpd/plugins Qpsmtpd::Plugin::EmailAddressLoose
Naoki Tomita <tomita@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Qpsmtpd-Plugin-EmailAddressLoose documentation | Contained in the Qpsmtpd-Plugin-EmailAddressLoose distribution. |
package Qpsmtpd::Plugin::EmailAddressLoose; use strict; use warnings; our $VERSION = '0.02'; use base 'Qpsmtpd::Plugin'; use Email::Address::Loose -override; 1; __END__