Closed (fixed)
Project:
Mail Redirect
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2010 at 13:41 UTC
Updated:
28 Jul 2010 at 00:40 UTC
The problem is that no 'access arguments' are provided for the configuration menu item in mail_redirect_menu().
Comments
Comment #1
liquidcms commentedyup, good catch.. i'll add it now. thanks.
Comment #2
aangel commentedI recommend issuing a new version...the main UI is not accessible in the module's current state.
Thanks for the work you've done it, btw.
Comment #3
liquidcms commentedok, 6.x-1.2 just added that should have this fixed
NOTE - this really isn't the best way to use this module though - you should NOT set anything in the admin config as that will eventually be your live site where you DON'T want to redirect your email. Then in the settings.php for your test/devel sites set the 'mail_redirect_domain' var there.
Likely why i never noticed this wasn't working since not really any time i would ever set the redirect domain in the admin config.