Closed (fixed)
Project:
Forward
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2008 at 10:19 UTC
Updated:
24 Jun 2009 at 08:20 UTC
Jump to comment: Most recent file
In the description of the text field it reads
(...) The value of the flood control limit setting will appear in place of
%numberin the message (...)
but in the default text box value is reads
You can't send more than
!numbermessages per hour. Please try again later.
Which one is correct?
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | forward-fix-spam-message.patch | 1 KB | chriscohen |
Comments
Comment #1
chriscohen commentedFor 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?
Comment #2
seanrPlease try the HEAD version from CVS.
Comment #3
seanrBTW, you may need to visit the forward settings page and update the string there.
Comment #4
chriscohen commentedThe 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.
Comment #5
chriscohen commentedI've been having a look at this problem and have come to the conclusion that it could be fixed with the attached patch.
Comment #6
seanrThis should be fixed now, please try the latest release.
Comment #7
chriscohen commentedI can confirm this is fixed on my site with 6.x-1.7. Thanks.