Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
Mail /
Message /
Construct /
[ HOME SHELL ]
Name
Size
Permission
Action
Bounce.pm
1.76
KB
-rw-r--r--
Bounce.pod
2.76
KB
-rw-r--r--
Build.pm
4.69
KB
-rw-r--r--
Build.pod
10.3
KB
-rw-r--r--
Forward.pm
6.98
KB
-rw-r--r--
Forward.pod
14.26
KB
-rw-r--r--
Read.pm
2.15
KB
-rw-r--r--
Read.pod
3.21
KB
-rw-r--r--
Rebuild.pm
7.62
KB
-rw-r--r--
Rebuild.pod
9.94
KB
-rw-r--r--
Reply.pm
6.67
KB
-rw-r--r--
Reply.pod
7.93
KB
-rw-r--r--
Text.pm
1.92
KB
-rw-r--r--
Text.pod
2.17
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Bounce.pod
=encoding utf8 =head1 NAME Mail::Message::Construct::Bounce - bounce a Mail::Message =head1 SYNOPSIS $message->bounce(To => 'you')->send; =head1 DESCRIPTION Complex functionality on L<Mail::Message|Mail::Message> objects is implemented in different files which are autoloaded. This file implements the functionality related to bouncing messages off to other destinations. =head1 METHODS =head2 Constructing a message =over 4 =item $obj-E<gt>B<bounce>( [<$rg_object|%options>] ) The program calling this method considers itself as an intermediate step in the message delivery process; it therefore leaves a resent group of header fields as trace. When a message is received, the Mail Transfer Agent (MTA) adds a C<Received> field to the header. As %options, you may specify lines which are added to the resent group of that received field. C<Resent-*> is prepended before the field-names automatically, unless already present. You may also specify an instantiated L<Mail::Message::Head::ResentGroup|Mail::Message::Head::ResentGroup> (RG) object. See L<Mail::Message::Head::ResentGroup::new()|Mail::Message::Head::ResentGroup/"METHODS"> for the available options. This is required if you want to add a new resent group: create a new C<Received> line in the header as well. If you are planning to change the body of a bounce message, don't! Bounced messages have the same message-id as the original message, and therefore should have the same content (message-ids are universally unique). If you still insist, use L<Mail::Message::body()|Mail::Message/"The body">. example: my $bounce = $folder->message(3)->bounce(To => 'you', Bcc => 'everyone'); $bounce->send; $outbox->addMessage($bounce); my $rg = Mail::Message::Head::ResentGroup->new(To => 'you', Received => 'from ... by ...'); $msg->bounce($rg)->send; =back =head1 DIAGNOSTICS =over 4 =item Error: Method bounce requires To, Cc, or Bcc The message L<bounce()|Mail::Message::Construct::Bounce/"Constructing a message"> method forwards a received message off to someone else without modification; you must specified it's new destination. If you have the urge not to specify any destination, you probably are looking for L<reply()|Mail::Message::Construct::Reply/"Constructing a message">. When you wish to modify the content, use L<forward()|Mail::Message::Construct::Forward/"Constructing a message">. =back =head1 SEE ALSO This module is part of Mail-Message distribution version 3.012, built on February 11, 2022. Website: F<http://perl.overmeer.net/CPAN/> =head1 LICENSE Copyrights 2001-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See F<http://dev.perl.org/licenses/>
Close