> From: randulo <spamsucks2005 at gmail.com> > Date: Mon, Oct 6, 2008 at 9:23 PM > Subject: [Laconica-dev] Mail filter > 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().
Hi randulo, sorry for the late answer. I had the same problems with mailparse_rfc822_parse_addresses() I replaced all mailparse_rfc822_parse_addresses() with Mail_RFC822::parseAddressList(): http://github.com/zh/laconica/commit/84ed76b6e1b2088655bcb5960cf77331a514051b Regards, Stoyan _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
