Skip to content

Commit

Permalink
Add ravtest special case
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortal committed May 17, 2017
1 parent f04a260 commit 4da82b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutormail/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ def translate_recipient(self, rcptto):
raise ForwardToAdmin('Mail til alle')
if name == 'wiki':
raise InvalidRecipient(name)
if name == 'ravtest':
return ['[email protected]']
groups = self.get_groups(name)
if groups:
emails = self.get_group_emails(name, groups)
Expand Down

0 comments on commit 4da82b5

Please sign in to comment.