Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

problems with outgoing

Quote Reply
problems with outgoing
Hi, I am having problems with outgoin. I paste the error.



GMail (3471): bacan.com: 1 message(s) were bounced. at /home/bacanmig/cron/mail2/incoming.pl line 323.
GMail (3471): bacan.com: 0 message(s) were inserted for outgoing.pl to forward. at /home/bacanmig/cron/mail2/incoming.pl line 324.
GMail (3471): bacan.com: 0 message(s) were inserted for outgoing.pl to reply. at /home/bacanmig/cron/mail2/incoming.pl line 325.
GMail (3471): bacan.com: 0 message(s) were not inserted because they matched spam filters. at /home/bacanmig/cron/mail2/incoming.pl line 326.
GMail (3471): bacan.com: 0 message(s) were not inserted because they matched a delete filter. at /home/bacanmig/cron/mail2/incoming.pl line 327.
GMail (3471): bacan.com: 2 message(s) inserted. at /home/bacanmig/cron/mail2/incoming.pl line 328.
GT::Mail::POP3 (3471): --> QUIT at /home/bacanmig/cgi-bin/webmail2/adminmig/GT/Mail/POP3.pm line 152.
GT::Mail::POP3 (3471): <-- +OK Pop server at ns signing off. at /home/bacanmig/cgi-bin/webmail2/adminmig/GT/Mail/POP3.pm line 178.






Can't locate object method "error" via package "GT::Mail::Decoder" at /home/bacanmig/cgi-bin/webmail2/adminmig/GT/Mail/Parse.pm line 581.
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.