[Tickets #1254] mail-filter and postfix
bugs at bugs.horde.org
bugs at bugs.horde.org
Wed Jan 26 13:10:56 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1254
-----------------------------------------------------------------------
Ticket | 1254
Updated By | mailinglists at eminenz.ath.cx
Summary | mail-filter and postfix
Queue | Whups
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
mailinglists at eminenz.ath.cx (2005-01-26 13:10) wrote:
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
More information about the bugs
mailing list