Mail to a mailing list room must be from a subscriber (or a logged in user) otherwise...
[citadel.git] / citadel / internet_addressing.h
index 4b12ee74da23c3972e824edb5de91f48b01265cf..443033561ee235be2bb8ffefcfebbdd0a5fc9101 100644 (file)
@@ -21,6 +21,7 @@ struct CtdlMessage *convert_internet_message_buf(StrBuf **rfc822);
 int CtdlIsMe(char *addr, int addr_buf_len);
 int CtdlHostAlias(char *fqdn);
 char *harvest_collected_addresses(struct CtdlMessage *msg);
+int is_email_subscribed_to_list(char *email, char *room_name);
 
 /* 
  * Values that can be returned by CtdlHostAlias()