Re-ordered the sequence of checking email addresses against valid system
authorDave West <davew@uncensored.citadel.org>
Mon, 17 Mar 2008 23:35:42 +0000 (23:35 +0000)
committerDave West <davew@uncensored.citadel.org>
Mon, 17 Mar 2008 23:35:42 +0000 (23:35 +0000)
commitc1bdfa2df9c336541d24ad028a1f5967f9155e46
tree25f7b9e4ace262cafbe7e71424a6f44a2a1e45c5
parent782e007c667f9fcddb82c3865dcb622a76511509
Re-ordered the sequence of checking email addresses against valid system
addresses. This allows us to have a GAB entry for rooms and allows
messages originating internally to be addressed to a room.
For the GAB lookup to work as expected the email address for the room
must be simply room_roomname without the @domain. If the domain part is
included the aliasing routines will translate it into the address of the
person who created the GAB entry.
This should fix bug #324.
citadel/Makefile.in
citadel/msgbase.c