Michelle Konzack writes:

Hello Sam and *,

I have to add to all of my mailing lists an additional header, but it is
NOT configurable through a template.  This mean, after  creating  a  new
mailingist I have to edit the file "headeradd"  by  hand  which  becomes
annoying.

Can I make a feature request?

Why? This is what shell scripts are for.

for d in `ls /var/mailinglists/*`
do
  echo "Header: value" >>$d/headeradd
done


Attachment: pgpdhpegkSaE4.pgp
Description: PGP signature

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to