[Mailman-Users] Member list...

Anne Ramey anne.ramey at ncmail.net
Fri Sep 29 15:14:51 CEST 2006


David Boothe wrote:

> >I habe the following set up as a cron job...
> >   
> >  /path/to/mailman/bin/list_members listname | mail -s 'List Names' box at address.com
> >   
> >  
>   
> >  It sends the email to box at address.com but it is empty.
>   
You might try
/path/to/mailman/bin/list_members listname &> /path/to/mail -s 'List 
Names' box at address.com

You may need to specify the path to the mail depending on what you have 
PATH= set to for your crontab.  Also, I've never tried to | in cron.  
I'm sure it's possible, but &> redirects the output of a cron command to 
wherever you've specified.

-- 
Anne Ramey





More information about the Mailman-Users mailing list