# IP reputation rehab for .91-.93 (mta02-04), retired after the May 30-31
# over-volume blast so they can be reallocated. Sends a small daily-ramping
# trickle (10/IP day0 -> +10/day -> cap 60/IP) of genuine compliance check-in
# mail to clean business/ISP-domain, never-bounced recipients via the heavily-
# throttled rehab02/03/04 postfix transports (30s/msg, bound to each IP). This
# rebuilds provider-internal reputation. Logs to /opt/performancewest/logs
# (deploy-owned -- a /var/log redirect would make cron silently fail).
30 8 * * 1-5 deploy cd /opt/performancewest && python3 scripts/ip_rehab.py >> /opt/performancewest/logs/pw-ip-rehab.log 2>&1
