look at the templates for "messages" in them you'll find a lot of things that allow you to change or set the way the newsletter/messages work (namely the slurm ad:). generally speaking that goes for most, but not all, slash questions "look at the templates".
mkdir tmp; cd tmp; template-tool -u name -d; grep string *
where string is what you're looking to find and change but don't know the template
The previous comment assumes that you have a fairly recent version of Slash. (A fair assumption, of course). If you have an old version of slash you may need to look for a static block called "emailsponsor".
-- http://news.DiverseBooks.com/ SF and Computing Book News
start in the templates (Score:2)
mkdir tmp; cd tmp; template-tool -u name -d; grep string *
where string is what you're looking to find and change but don't know the template
Re:start in the templates (Score:2)
http://news.DiverseBooks.com/ SF and Computing Book News
Parent