Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

GM 2.0 - incoming.pl problem

Quote Reply
GM 2.0 - incoming.pl problem
I think I am having a problem with incoming.pl in the batch dir. When I run it from a shell it seems to work but I get this message:

Prototype mismatch: sub GT::Mail::Parse::decode_base64 vs ($) at /home/x2concepts/www/cgi-bin/webmail/admin/GT/Mail/Parse.pm line 66.

Is this normal? If not, how can I fix it? The users are getting their e-mails when it runs.

Thanks
~CP

Quote Reply
Re: GM 2.0 - incoming.pl problem In reply to
I have a similar problem, I get this message:

A fatal error has occured:
Usage: MIME::Base64::decode_base64(sv) at /GT/Mail/Parts.pm line 796, <GEN0> chunk 94.

Any idea?

Quote Reply
Re: GM 2.0 - incoming.pl problem In reply to
I found a solucion for my problem. The error message shows after I read the pop with mail.yahoo.com and I set it to leave the messages in the pop. The workaround was to read the messages with mail.yahoo.com and delete the messages from the pop. After that everything was ok again. Hopefully will help.

Greetings.

Miguel

Quote Reply
Re: GM 2.0 - incoming.pl problem In reply to
I had the same problem.

I guess the From header of the email had something like this:

From: "Joe =?iso-8859-1?B?RXJlbe1ldmE=?=" <joe@domain.com>


I changed it to:

From: Joe <joe@domain.com>

And everything was fine after that.


Luck,
TukBa

Quote Reply
Re: GM 2.0 - incoming.pl problem In reply to
Hi,

Thanks, this has been fixed and it will be in the next beta due out shortly.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: GM 2.0 - incoming.pl problem In reply to
Thanks, Alex.

~CP