On 20 Jul 2011, at 5:57 PM, Mikael Syska wrote: > I have a "domain admin" with a few domains now. The problem is that in > the "messages" tab, the user can see all domains. Also under reports, > am I missing something ? >
I suspect you have the super user flag set for that user. > When editing a domain that a user owns, sometimes I see this in my log > ... maybe related? > [Wed Jul 20 17:25:12 2011] [error] [client xxx] mod_wsgi (pid=42034): > Exception occurred processing WSGI script > '/usr/local/www/baruwa/baruwa.wsgi'., referer: > http://domain.tld/accounts/user/3/ > [Wed Jul 20 17:25:12 2011] [error] [client xxx] IOError: failed to > write data, referer: http://domain.tld/accounts/user/3/ This IO error should be because PYTHON_EGG_CACHE is not writeable, but that can not cause the above. > > How can I debug this ... debug is turned on in settings.py: > DEBUG = True > TEMPLATE_DEBUG = DEBUG You have to run the server via the manage command instead of wsgi > > When running: > manage.py updatesarules > I get a exception that the data will be truncated I expanded the 2 > columns in the sa_rules table to: > varchar(50) > and > varchar(500) What kind of rules do you have ? I have never seen a spamassassin rule name that is > 25 characters -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa Keep Baruwa FREE - http://pledgie.com/campaigns/12056

