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 |
State ⇒ Not A Bug
Assigned to eraserhd
State ⇒ Assigned
some error checking to be done in Ticket.php.
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
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ mail-filter and postfix
Queue ⇒ Whups
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