In the description of the text field it reads

(...) The value of the flood control limit setting will appear in place of

%number

in the message (...)

but in the default text box value is reads

You can't send more than

!number

messages per hour. Please try again later.

Which one is correct?

CommentFileSizeAuthor
#5 forward-fix-spam-message.patch1 KBchriscohen

Comments

chriscohen’s picture

Version: 6.x-1.x-dev » 6.x-1.2

For some reason, I'm getting "You can't send more than !number messages per hour. Please try again later."

In other words, !number displays instead of, in my case, 10. I can't see any problem with the code on line 541 of forward.module that appears to generate this. Perhaps someone else could check it out?

seanr’s picture

Please try the HEAD version from CVS.

seanr’s picture

BTW, you may need to visit the forward settings page and update the string there.

chriscohen’s picture

The HEAD version does not fix this. The line in question, which, as of HEAD today is 554, is not changed since 6.x-1.2.

chriscohen’s picture

StatusFileSize
new1 KB

I've been having a look at this problem and have come to the conclusion that it could be fixed with the attached patch.

seanr’s picture

Status: Active » Fixed

This should be fixed now, please try the latest release.

chriscohen’s picture

I can confirm this is fixed on my site with 6.x-1.7. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.