If I understand you right, that is what helped me a) do you have installed PHP module mailparse? the unknown function is part of it:
http://ch.php.net/mailparse I could get it with aptitude install php5-mailparse that was painless... (eventually this helps too: b) In some places it say, you should do a "sudo pear install Mail" http://pear.php.net/package/Mail but - if i remember well - in my instance I had to use additionally: "sudo pear install Mail_mime" which installs: http://pear.php.net/package/Mail_Mime all in all a # pear list gives at my place: pear list Installed packages, channel pear.php.net: ========================================= Package Version State Archive_Tar 1.3.2 stable Console_Getopt 1.2.3 stable DB 1.7.13 stable DB_DataObject 1.8.8 stable Date 1.4.7 stable Mail 1.1.14 stable Mail_Mime 1.5.2 stable Mail_mimeDecode 1.5.0 stable Net_SMTP 1.3.1 stable Net_Socket 1.0.9 stable PEAR 1.7.1 stable Structures_Graph 1.0.2 stable Validate 0.8.1 beta after that it worked. that part... ) (and, yes, I had a headache there too... ;-) hope that helps. Patrik ---------- Forwarded message ---------- From: randulo <[EMAIL PROTECTED]> Date: Mon, Oct 6, 2008 at 9:23 PM Subject: [Laconica-dev] Mail filter To: [email protected] Hi, I'm at the part where aliases sends mail to the maildaemon.php. However, this is throwing mailer errors. When I run it from the shell with a mail message, it complains about an unknown function mailparse_rfc822_parse_addresses(). All I can find on this from Google is that yet another lib has to be gotten, this time from PECL. I'm a bit stymied by this, can anyone help? I would have though this stuff was built in to the php5 I have installed. I didn't build php but I have every possible package checked. thx r _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
