Postie Plugin

From Joseph Luis Wiki
Revision as of 13:21, 25 October 2012 by Josephluis (Talk | contribs) (Created page with "'''Back to the TOC''' As Oct. 2012 the [http://wordpress.org/extend/plugins/postie/ Postie Plugin] [http://wordpress.org/support/topic/plugin-postie-delete...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to the TOC

As Oct. 2012 the Postie Plugin required the following change in postie_getmail.php

if(preg_match("@((%3C|<)/?script|<meta|document\.|\.cookie|\.createElement|onload\s*=|(eval|base64)\()@is",$email)){
	echo "possible XSS attack - ignoring email\n";
	continue;
}