Sendmail ignoring parameters
- by André
We're sending ~60k emails to non-local addresses with sendmail and I manually set the -f flag to bounces+userid@domain.com.
This all works fine and dandy when I limit my PHP script to 5000 addresses. If I remove the limitation, sendmail ingnores the parameters and sends all emails with a reply-to and return-path of nobody@domain.com.
I'm sleeping in between each email for 500ms, that should not be the problem.