403 Forbidden


Disable Functions:
Path : /usr/share/doc/perl-MailTools-2.12/examples/
File Upload :
Command :
Current File : //usr/share/doc/perl-MailTools-2.12/examples/rplyto_demo

#!/usr/bin/perl -w
use Mail::Internet;

$mail = Mail::Internet->new([<>]);
$rply = $mail->reply(Keep => [qw(Newsgroups)]);

$file = "/tmp/reply.$$";

open(REPLY,">$file") || die "Cannot open $file:$!\n";

$rply->print(\*REPLY);

close(REPLY);

$editor = $ENV{"EDITOR"} || die "\$EDITOR not defined\n";

warn "$editor :$!\n" if (system("$editor $file"));

# Cleanup
unlink($file,$file . '%',$file . '~');

exit 0;



404 Not Found
[ LogOut ]