Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [migues] problems with outgoing

Quote Reply
Re: [migues] problems with outgoing In reply to
Hi,

That is indeed a bug. You had a UU encoded attachment with no begin attribute (a malformed email message). To fix, edit admin/GT/Mail/Parse.pm around line 581 change:

return GT::Mail::Decoder->error("uu decoding: no begin found", 'WARN') if (!defined($_));

to:

return GT::Mail::Parse->error("uu decoding: no begin found", 'WARN') if (!defined($_));

and it should fix things.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread problems with outgoing migues 1929 Feb 21, 2002, 5:00 PM
Post Re: [migues] problems with outgoing
Alex 1826 Feb 25, 2002, 5:56 PM