En un mensaje anterior, Simon White escribió:
> > I realize that I gain some extra footer variables if I turn personalization on,
> > but fail to see how any of them relate to including the output from an external
> > commands. Think about including the fortune output in the footer, for example.
> 
> Put a wrapper around the aliases, for example:
> 
> [EMAIL PROTECTED]      "|/usr/bin/mywrapper|/home/mailman/mail/mailman post 
>list-name"
> 
> Then the script mywrapper could be like this:
> 
> #!/bin/bash
> while read line
> do
> echo "$line"
> done
> 
> fortune=`/usr/games/fortune`
> 
> echo "-- "
> echo $fortune

Thanks for your idea an script. I've allready thought of that, but, as you mentioned,
it is only good for plain text post, but breaks MIME ones, so it is not good enough.

Thanks anyway!

Fernando P. Schapachnik
[EMAIL PROTECTED]

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to