6.0.0-beta1
8/7/25

[#1254] mail-filter and postfix
Summary mail-filter and postfix
Queue Whups
Type Bug
State Not A Bug
Priority 1. Low
Owners eraserhd (at)
Requester mailinglists (at) eminenz (dot) ath (dot) cx
Created 01/26/2005 (7498 days ago)
Due
Updated 01/27/2005 (7497 days ago)
Assigned 01/27/2005 (7497 days ago)
Resolved 01/27/2005 (7497 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
01/27/2005 03:16:54 PM Chuck Hagenbuch Comment #4
State ⇒ Not A Bug
Reply to this comment
wrong php SAPI
01/27/2005 04:18:26 AM Chuck Hagenbuch Comment #3
Assigned to eraserhd
State ⇒ Assigned
Reply to this comment
This is probably a badly broken PHP, but it sounds like there might be 
some error checking to be done in Ticket.php.
01/26/2005 09:10:56 PM mailinglists (at) eminenz (dot) ath (dot) cx Comment #2 Reply to this comment
if ($fp=fopen("php://stdin","r")) {

      while (!feof($fp)) {

        $text .= fgets($fp,512);

        print $text;

      }

      fclose($fp);

}





seems to change something, but now i get



Fatal error: Call to undefined function:  notify() in

/srv/www/htdocs/horde/whups/lib/Ticket.php on line 78


01/26/2005 04:44:20 PM mailinglists (at) eminenz (dot) ath (dot) cx Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ mail-filter and postfix
Queue ⇒ Whups
Reply to this comment
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 on a mail to support



when i do



# echo hallo | /srv/www/htdocs/horde/whups/scripts/mail-filter.php 
--queue Supportanfrage --type Emailanfrage --priority Low --state 
Unconfirmed



i get



Allowed memory size of 104857600 bytes exhausted (tried to allocate 
10240 bytes).



Thanks

Saved Queries