Bug #2333
closedsubmit and this site are silently tied together
Description
You apparently have to register on bugs.dragonflybsd.org before sending a successful email to submit@dragonflybsd.org. Submit@ should be open.
http://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff/f89ae0997d3752212dbeb7c73b727ec6826c6ba0
Updated by tuxillo over 10 years ago
- Description updated (diff)
- Category set to Bugtracker
- Status changed from New to Feedback
- Assignee set to tuxillo
Hi Justin,
Do you mean Submit should be opened even for anonymous users?
How will we control the spam then?
Also I don't know if individual trackers within the same project can have have different permissions.
Cheers,
Antonio Huete
Updated by memmerto over 10 years ago
A gross hack would be to filter all inbound submit@ mail through a generic spam processing suite (eg, spamassassin + postgrey) and if clean inject it into redmine. This should keep most of the legitimate spam out while letting valid submit@ traffic through.
Updated by tuxillo over 2 years ago
- Status changed from Feedback to Closed
Back then when we had this, it was desirable to have submit@ opened, but since then we have had to even close the bugtracker registration process because of the spam.
I've verified that unknown users can't send mail, which is the desirable behavior now:
App 155841 output: MailHandler: ignoring email from unknown user [tuxillo@xxxxx.xxx] App 155841 output: Completed 422 Unprocessable Entity in 9ms (ActiveRecord: 3.2ms)
Closing this one.