/usr/lib/majordomo/Tools/digest.send sample-digest ..
producing SAMPLE-DIGEST V4 #159
processing /var/lib/majordomo/digest/sample-digest/001
Recipient names must be specified
I'm trying to make digest with standard procedure and digest.send contains following lines that actually make digest
DIGESTDIR=/usr/local/majordomo/Digests
cd $DIGESTDIR
for i in *
do
if [ -f $i/001 ];
then
/usr/lib/majordomo/wrapper digest -m -C -l $i ${i}-outgoing
fi
done
---
http://www.blakout.net/
"The more I try to express myself, often the less I'm understood" - self quote
|
|