Make WordPress Core

Opened 20 years ago

Closed 19 years ago

#1560 closed defect (bug) (fixed)

comments tagged as spam when url contains an &

Reported by: markwest's profile markwest Owned by: markjaquith's profile markjaquith
Milestone: Priority: normal
Severity: normal Version: 1.5.1.2
Component: General Keywords: bg|dev-feedback
Focuses: Cc:

Description

When an anonymous user submits a comment to my test site using either trackback or the standard comments form and thier url contains an '&' then this comment will be flagged as spam.

I've tracked the issue down to the function wp_blacklist_check where there's a check for ascii characters < 128 in thier encoded form. It would seem that somewhere along the line that the '&'s in the submitted url are getting encoded/decoded incorrectly.

Note: Wordpress version is v1.5.1.3 (not available as as option...).

-Mark

Change History (2)

#1 @markjaquith
20 years ago

  • Keywords bg|dev-feedback added
  • Owner changed from anonymous to markjaquith
  • Status changed from new to assigned

#2 @matt
19 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [3506]) Don't falsely marketh as spam. Fixes #1560

Note: See TracTickets for help on using tickets.