Sisimai::Reason::Suppressed - Bounce reason is "suppressed" or not.
Contents
Class Methods
"text()"
text() method returns the fixed string "suppressed".
print Sisimai::Reason::Suppressed->text; # suppressed
"match(string)"
match() method returns 1 if the argument matched with patterns defined in this class.
print Sisimai::Reason::Suppressed->match('address cat@example.jp is in the suppression list'); # 1
"true(Sisimai::Fact)"
true() method returns 1 if the bounce reason is "suppressed". The argument must be "Sisimai::Fact" object
and this method is called only from "Sisimai::Reason" class.
Copyright
Copyright (C) 2024 azumakuniyuki, All rights reserved.
Description
"Sisimai::Reason::Suppressed" checks the bounce reason is "suppressed" or not. This class is called only
"Sisimai::Reason" class.
This is the error that the recipient adddress is listed in the suppression list of the relay server, and
was not delivered.
License
This software is distributed under The BSD 2-Clause License.
perl v5.40.1 2025-04-12 Sisimai::Reason::Suppressed(3pm)
Name
Sisimai::Reason::Suppressed - Bounce reason is "suppressed" or not.
Synopsis
use Sisimai::Reason::Suppressed;
print Sisimai::Reason::Suppressed->match('address neko@example.jp in the suppression list'); # 1
