attempt to send each email inidividulaly
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
43e6430d92
commit
b519942d4c
@ -115,7 +115,7 @@ for dir in Cloud Labs ;
|
||||
|
||||
SUBJECT='Fedora '$DIST' compose report: '$SHORTCOMPOSE_ID' changes'
|
||||
if [ "$mail" = "0" ]; then
|
||||
for tomail in "$(echo $TOMAIL)" ; do
|
||||
for tomail in $TOMAIL ; do
|
||||
cat $TARGET_DIR/$NEWCOMPOSE_ID/logs/*verbose $DESTDIR/logs/depcheck | \
|
||||
mutt -e "set from=\"$FROM\"" -e 'set envelope_from=yes' -s "$SUBJECT" $tomail
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user