Changeset 2658
- Timestamp:
- 01/22/10 23:32:51 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
alternc-bounces/trunk/src/alternc_bounces_process_wrapper
r2657 r2658 32 32 33 33 while [ -n "$HASMORE" ]; do 34 OUTPUT=`fetchmail --pidfile /var/run/alternc-bounces/ -s -B 1 -f /etc/alternc/fetchmailrc-bounces`34 OUTPUT=`fetchmail --pidfile /var/run/alternc-bounces/fetchmail.pid -s -B 1 -f /etc/alternc/fetchmailrc-bounces` 35 35 HASMORE=`echo $OUTPUT | grep -E "(messages left|1 message left)"` 36 36 done
