"Sisimai::ARF" - Decoder class for detecting ARF: Abuse Feedback Reporting Format.
Contents
Copyright
Copyright (C) 2014-2021,2023,2024 azumakuniyuki, All rights reserved.
Description
"Sisimai::ARF" is a decoder for email returned as a Feedback Loop report message.
Feedback Types
abuse spam or some other kind of email abuse
fraud Indicates some kind of fraud or phishing activity
virus report of a virus found in the originating message
other any other feedback that doesn't fit into other types
not-spam can be used to report an email message that was mistakenly marked as spam
License
This software is distributed under The BSD 2-Clause License.
perl v5.40.1 2025-04-12 Sisimai::ARF(3pm)
Name
"Sisimai::ARF" - Decoder class for detecting ARF: Abuse Feedback Reporting Format.
See Also
Synopsis
use Sisimai::ARF;
my $v = Sisimai::ARF->inquire($header, $body);
