I would love a script that checks against existing!
Just wanted to share these scripts. As we are trying to decide what limits to set, I am running them to make the changes globally rather than going through the control panel. Once we have finished, we can fine tune on a usergroup level.
If anyone uses these, you need to replace the 'x' in the script you use with the number that you want for that field.
[sql]update usergroup set maxsiglines = 'x';
update usergroup set maxsigfontsize = 'x';
update usergroup set maxsigimgsize = 'x';
update usergroup set maxsigimgwidth = 'x';
update usergroup set maxsigimgheight = 'x';
update usergroup set maxsigimages = 'x';[/sql]