Ask a Question related to PERL Miscellaneous, Design and Development.
-
Chris Larsen #1
Mime::Parser::Filer problemo
Hi,
Trying to run MIME::Parser from amavisd (in chroot jail) and am
getting a writing/reading tempfile error. Permissions are 777 and
amavis ownership on any possible tmp dir. Still getting the same
error. This issue strays from the realm of the amavis newsgroup so
I'm hoping yall can give a brother som luv.
anyone??
thanks
Chris Larsen Guest
-
MIME::Parser .. how to get just the message part of the body
#!/usr/bin/perl use MIME::Parser; use Data::Dumper qw(Dumper); $parser = MIME::Parser->new( ); $parser->output_to_core(1); # don't write... -
Need help with MIME::Parser
Hello everyone, I'm trying to use MIME::Parser and I get an error, and I can't figure out how to fix it. Hopefully someone can point me in the... -
MIME::Parser::Filer problem
Hi, Trying to run MIME::Parser from amavisd (in chroot jail) and am getting a writing/reading tempfile error. Permissions are 777 and amavis... -
Receiving zip files via Mime::Parser/Mime::Decoder
Could anyone point me to a piece of Perl code where an extract is done of an attached zip file. Currently I already split up my mails with... -
mime::parser(again) download problem
Hi, This is how i'm retrieving messages(code below). The text is fine it is perfectly downloading it. But for pictures attachment, the file has...



Reply With Quote

