[whups] mail-filter.php and postfix
Jens Hansen
mailinglists at eminenz.ath.cx
Wed Jan 26 09:03:26 PST 2005
Mike,
I did, and i am still getting the same error. it does not go after the loop!
# echo "test" | php mail-filter.php --queue "Supportanfrage" --type
"Emailanfrage" --priority "1. Low" --state "Unconfirmed"
Allowed memory size of 104857600 bytes exhausted (tried to allocate 10240
bytes)
Thanks,
Jens
-----Original Message-----
From: mbydalek at mobilemini.com [mailto:mbydalek at mobilemini.com]
Sent: Wednesday, January 26, 2005 5:33 PM
To: mailinglists at eminenz.ath.cx; whups at lists.horde.org
Subject: RE: [whups] mail-filter.php and postfix
> I think it loops while reading the message, but i don't know php.
>
Try this:
// Read and parse the message.
$text = '';
while (!feof(STDIN)) {
$text .= fgets(STDIN, 512);
echo $test . "\n";
}
exit;
And see what happens... For me I get this:
]# echo "hi" | php mail-filter.php --queue "Test Queue" --type "Problem"
--priority "1. Low" --state "New"
hi
-Mike
>
> Thanks
>
> -----Original Message-----
> From: whups-bounces at lists.horde.org [mailto:whups-bounces at lists.horde.org]
> On Behalf Of Jan Schneider
> Sent: Wednesday, January 26, 2005 5:12 PM
> To: whups at lists.horde.org
> Subject: Re: [whups] mail-filter.php and postfix
>
> Zitat von Jens Hansen <mailinglists at eminenz.ath.cx>:
>
> > In my postfix alias file i have:
> >
> > support: "|/srv/www/htdocs/horde/whups/scripts/mail-filter.php
> > --queue Supportanfrage --type Emailanfrage --priority Low --state
> > Unconfirmed"
> >
> > but nothing shows up in whups.
> >
> > when i cat a mail.txt (saved txt mail from outlook) to the script it
> says:
> >
> > Allowed memory size of 104857600 bytes exhausted (tried to allocate
> 10240
> > bytes)
>
> Wow, that's a lot for this simple script. I guess this is not a huge
> message
> you are testing with? You should try to raise the memory_limit in php.ini
> even more, just to see if this script is really taking so much memory or
> if
> you hit some loop causing the memory to fill up.
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
> --
> Whups mailing list - Join the hunt: http://horde.org/bounties/#whups
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: whups-unsubscribe at lists.horde.org
>
>
> --
> Whups mailing list - Join the hunt: http://horde.org/bounties/#whups
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: whups-unsubscribe at lists.horde.org
More information about the whups
mailing list