Thread Starter
kabut
(@kabut)
I tried something but i am really far far away to this topic 🙁 . $DATE:=’WHEN:’
something like that. did you mean ?
function my_postie_post_function($post) {
//do something here like update $post[‘post_content’]
return $post;
}
add_filter(‘postie_post_pre’, ‘my_postie_post_pre’);
function my_postie_post_pre($email) {
$DATE:=’WHEN:’
$email[‘headers’][‘subject’] .= ‘ processed by postie_post_pre’;
return $email;
}
Thread Starter
kabut
(@kabut)
Thank you for your answer. 🙂 To clarify, they are auto mails from a news system so i cant edit the messages (luckly the broken ones are 1 percent of the emails). As i understand is there a way to change “date” indicator to “when” in postie ?