----------------
- When searching PAS for a user by email address, strip off any white
space (like possibly '\r\n' in ldap) from the returned addresses, to
avoid non-matching for silly reasons.
[maurits]
- Moved all options to a new config.py file.
[maurits]
- Add option ADVANCED_SUBJECT_MATCH. Default is False: we only check
for '123' in the Subject line, to avoid matching overly generic
Subject lines like 'Hi' or 'Problem'. To get back the previous
behavior, set this to True (in a patch in your own code, likely).
[maurits]
- If the subject is empty, do not try to find a matching issue, as all
issues will match.
[maurits]