Should this be a jira top level project? I don't see what existing application it
would fit in.
Some information about the code's current form:
It allows users to invite their friends to join a wiki, it has some strict measures too
handle
spam situations, the email message is saved and administrators (people with edit rights on
that page)
can review sent emails. The email has an ID string which is contained in a link sent to
the email
address so that the invitee can report the email as spam (this is a function of the
template.)
falsely reporting messages as spam is protected because the ID string is a large random
number.
Users can send to one address and admins can send to as many addresses as they like.
Email addresses are checked against a regular expression before sending and invalid
addresses
will not be sent to.
If the sender is a user and can only send to one address then the address is checked
against
LiveValidation as well.
If a message is reported as spam, then it is flagged on the list and when an admin views
the list
they can inspect the message and select a button to indicate that the situation has been
investigated.
Caleb