Skip to content

Commit

Permalink
Update postfix-build-submission-recipients.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnet authored Sep 20, 2020
1 parent e45789c commit 44675ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions postfix-build-submission-recipients.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# License : BSD 3-Clause "New" or "Revised" License
# ======================================================================================

renice -n 10 $$ > /dev/null

CONFIGFILE="/root/postfix-bounce-report/config.xml"
MAILLOG=$(xmllint --xpath 'string(/config/maillog)' $CONFIGFILE)
RECIPIENTS_LIST=$(xmllint --xpath 'string(/config/recipients_list)' $CONFIGFILE)
Expand Down

0 comments on commit 44675ab

Please sign in to comment.