Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [brewt] Unknown method GMail::Messages::date_get_gm

Quote Reply
Re: [brewt] Unknown method GMail::Messages::date_get_gm In reply to
The admin says version 2.0.6-Upgrade. And yes, I have made some modifications to the code to get it to handle BCCs and some maillists better.

See this post for changes to incoming.pl:
http://www.gossamer-threads.com/...orum.cgi?post=185881

I added $head->split_field('X-Envelope-To') at line 513.

I've made the changes to Messages.pm mentioned here:
http://www.gossamer-threads.com/...orum.cgi?post=185963

SooooCrazy
Line 162 in Messages.pm is now the line in sub AUTOLOAD:
die "Unknown method GMail::Messages::$attrib";

And Line 764 in incoming.pl is now the line in sub bounce:
$h->set('X-Reason' => $reason);

I also just noticed that there are about 1200 or so files built up in my ..data/users/ADMIN/bounce directory, each with header info and an X-Reason: xxx. Should it be storing these or does that mean they are not really getting bounced?

thanks,
Michael Coyne
seaturtle.org
Subject Author Views Date
Thread Unknown method GMail::Messages::date_get_gm mcoyne 5055 May 18, 2002, 4:46 AM
Thread Re: [mcoyne] Unknown method GMail::Messages::date_get_gm
mcoyne 4916 May 18, 2002, 2:18 PM
Thread Re: [mcoyne] Unknown method GMail::Messages::date_get_gm
mcoyne 4956 May 18, 2002, 2:30 PM
Thread Re: [mcoyne] Unknown method GMail::Messages::date_get_gm
brewt 4929 May 18, 2002, 4:54 PM
Thread Re: [brewt] Unknown method GMail::Messages::date_get_gm
mcoyne 4895 May 19, 2002, 5:07 AM
Thread Re: [mcoyne] Unknown method GMail::Messages::date_get_gm
brewt 4908 May 19, 2002, 2:25 PM
Thread Re: [brewt] Unknown method GMail::Messages::date_get_gm
mcoyne 4874 May 19, 2002, 3:58 PM
Thread Re: [mcoyne] Unknown method GMail::Messages::date_get_gm
brewt 4911 May 19, 2002, 4:14 PM
Post Re: [brewt] Unknown method GMail::Messages::date_get_gm
mcoyne 4862 May 19, 2002, 5:05 PM
Post Re: [mcoyne] Unknown method GMail::Messages::date_get_gm
brewt 4910 May 19, 2002, 2:38 PM