[wp-trac] [WordPress Trac] #7245: Keep certain interval to fetch
mail message
WordPress Trac
wp-trac at lists.automattic.com
Sat Jul 5 00:19:27 GMT 2008
#7245: Keep certain interval to fetch mail message
-------------------------+--------------------------------------------------
Reporter: lilyfan | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 2.6
Component: Security | Version: 2.0
Severity: minor | Keywords:
-------------------------+--------------------------------------------------
wp-mail.php is exposed to run by third-party. If a malicious user loads
wp-mail.php continuously, the sequential access to a mail server will
occur.
To protect these attack, wp-mail.php needs to be invoked with certain
intervals.
I propose a constatnt '''WP_MAIL_INTERVAL''' to define interval minutes,
and a option value '''mailserver_last_checked''' to keep the datetime when
WordPress checked the mail server.
You can stop using wp-mail.php if WP_MAIL_INTERVAL is set to zero (0).
--
Ticket URL: <http://trac.wordpress.org/ticket/7245>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list