| Sisimai::Reason::Feedback(3pm) | User Contributed Perl Documentation | Sisimai::Reason::Feedback(3pm) |
Sisimai::Reason::Feedback - Email forwarded as a complaint message
use Sisimai::Reason::Feedback;
print Sisimai::Reason::Feedback->text; # feedback
"Sisimai::Reason::Feedback" is for only returning the text and the description. This class is called only from "Sisimai-"reason()> method and "Sisimai::ARF" class.
text() method returns the fixed string "feedback".
print Sisimai::Reason::Feedback->text; # feedback
match() method always return "undef"
true() method always return "undef"
azumakuniyuki
Copyright (C) 2016,2021,2024 azumakuniyuki, All rights reserved.
This software is distributed under The BSD 2-Clause License.
| 2025-04-12 | perl v5.40.1 |