help: james spool location ?

2008-12-01 Thread Tyler Baronowsky
? In the startup log I see (I changed the mail id to all 5's): 26/11/08 05:08:13 INFO James.Mailet: ReProcess: Spooling mail Mail55-555 from null Any help is greatly appreciated. --Tyler

Re: Problems with this list

2004-05-24 Thread Tyler Ward
This is because, last I checked the unsubscribe service didn't work. I didn't submit it, but I am not surprised that someone did. As for me, I just filter it out. bill wrote: one of the problems may be that some of the other lists were submitted to the spamcop rbl list and i think that may hav

Re: Database Pooling

2004-03-23 Thread tyler
agine that Sybase or Oracle drivers don't automatically pool underneath you. Basically, it's not the app developer's responsibility to do this, so don't bother unless you know for sure that the driver doesn't do it for you. -Tyler On Mar 23, 2004, at 3:41 PM, John Glorios

Re: Memory Leaks?

2004-02-18 Thread tyler
ap, and then do a gc when it starts getting low on space, so don't give it too much heap. I've seen it slowly fill a gig of space and then gc it down to less than 100 MB. The client VM tries to use minimal space, but the server tries to use all the space you give it for maximal perf

Message format...

2004-02-15 Thread tyler
I've got another question. When I send mail to myself, james now properly stores it in the database, but the message is stored as simply a long string of numbers. It looks like the message body was somehow binary encoded. This is especially strange, because when I try to fetch the messages

James not creating database tables....

2004-02-09 Thread tyler
file quite a bit, anyone know what's going on here? -Tyler - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SPF

2004-02-08 Thread tyler
g spf records, so that should greatly reduce the quantity of spam getting through the filters if we check for spf, as anything with a forged aol "from" field will be tossed. This is starting to become a bit of a standard as well, so it might be wise to support it before too long. -

SPF

2004-02-08 Thread tyler
tly a plan to support it? If so, how do you turn it on? Thanks -Tyler - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Error while sending mail....

2004-02-08 Thread tyler
would eliminate the need for you to write all that file code. It just strikes me as odd that everyone always wants to use their own file IO system for persistence when it seems that is exactly what hsql is there for. -Tyler -