Re: [PHP] sendmail crash

2005-01-21 Thread Michiel van der Blonk
Hi New results: This problem does not seem to be Smarty related, although it did occur when Smarty tried to read from memory. Probable cause: PEAR was missing a field in the ini file where the email address was defined, which resulted in empty addresses being given to sendmail. Sendmail doesn't re

Re: [PHP] sendmail crash

2005-01-14 Thread Michiel van der Blonk
Hi > > Is the above the ACTUAL email you are sending? Haha. That would be a funny email. No, this is just sample text. The actual email is 8KB and contains no images/attachments. > (I just tried googling the problem but the only thing that seemed > related that I came up with were Michiel posts

Re: [PHP] sendmail crash

2005-01-12 Thread Jochem Maas
Richard Lynch wrote: > Michiel van der Blonk wrote: > ... > > Is the above the ACTUAL email you are sending? > > Or merely a demonstrative sample? > > Cuz, like, if the email you are REALLY sending is *HUGE* then I'd not be > surprised by the messages above... > Richard, what do you consider huge.

Re: [PHP] sendmail crash

2005-01-12 Thread Richard Lynch
Michiel van der Blonk wrote: > I am having a problem with sendmail. It gives me a segfault when I use the > Mail and Mail_Mime package right when I call sendmail. > > I am using the following params > Array > ( > [host] => localhost > [port] => 25 > [auth] => 1 >