deka
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: set up email post in sendmail .forwardHi,
For exim (www.exim.org)
Add this delivery instruction to /etc/valiases:
user@domain.com: “|/bin/sh -c \”/usr/bin/php /home/domain/public_html/wordpress/phone2wp.php > /dev/null 2>&1\” “Forum: Fixing WordPress
In reply to: set up email post in sendmail .forwardAdd the delivery instructions to the email server’s “forward” file.
My server is using exim (www.exim.org) and the forward instructions are stored in the :
/etc/valiases/domain.com file.
Here is the delivery instruction for exim:
user@domain.com: “|/usr/bin/php -q -f /home/user/public_html/wordpress/phone2wp.php >/dev/null 2>&1”
Emails sent to user@domain.com are posted to the blog,
but the following error message is sent:
================================================
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:
pipe to |/usr/bin/php -q -f /home/campover/public_html/wordpress/phone2wp.php >/dev/null 2>&1
generated by parlour@campoverde.ca
The following text was generated during the delivery attempt:
—— pipe to |/usr/bin/php -q -f /home/user/public_html/wordpress/phone2wp.php >/dev/null 2>&1
generated by user@domain.com——
Mission complete, message 1 deleted.<b>From</b>: me@mydomain.com
<b>Date</b>: 2004-12-02 18:49:26 PST
<b>Date GMT</b>: 2004-12-03 02:49:26
<b>Category</b>: 1
<b>Subject</b>: 4 test email post
<b>Posted content:</b><hr /><html xmlns:o=3D”urn:schemas-microsoft-com:office:office” =
4 test email post
…Forum: Plugins
In reply to: Passive topic archiveA suggestion for a new feature/plugin
1. Admin defines a list of topics
2. WordPress maintains a concordance of the defined topics found in each post
3. Defined topics listed on blog (like category list)
4. Selecting a topic displays all the posts containing the topic (like selecting a category)Forum: Plugins
In reply to: Passive topic archiveThe linked page was used as an example of how this feature might look (ie. a list of topics)
I don’t know how it is implementedForum: Plugins
In reply to: Passive topic archiveWordPress categories must be explicitely chosen by the author.
I would like posts to be implicitely organized by predefined topics
so that if a post contains a topic it is archived under that topic.