Actions
Bug #2333
opensubmit 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
Related issues
Updated by tuxillo about 8 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 about 8 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.
Actions