[srvx-bugs] [ srvx-Bugs-3308832 ] MemoServ: override and memoserv_can_send
Brought to you by:
entrope
From: SourceForge.net <no...@so...> - 2011-05-28 18:31:21
|
Bugs item #3308832, was opened at 2011-05-28 20:31 Message generated for change (Tracker Item Submitted) made by zerofighte You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403001&aid=3308832&group_id=31654 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Miscellaneous Group: 1.4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: ZeRoFiGhter (zerofighte) Assigned to: Nobody/Anonymous (nobody) Summary: MemoServ: override and memoserv_can_send Initial Comment: Hi, i'm not sure if you still are interested in my reports ... anyway, i'll drop another one here: Users with Helping flag don't pass the check in memoserv_can_send because they are never seen with their Helping fake struct userData: if you have override access the method _GetChannelUser(...) returns the struct userData with seen = 0 from the helperList, which causes this mod-memoserv.c: line 234 if (recip != NULL && recip->seen != 0) return 1; to never return 1 = allowed. Version: Git head kind regards ZeRoFiGhter ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403001&aid=3308832&group_id=31654 |