On 7/5/2013 10:39 AM, Benny Pedersen wrote:
Kevin A. McGrail skrev den 2013-07-05 15:49:
why missing headers, dont whitelist so much to not see the error
Not controlled by the SA project.
bots should add To: header before calling sendmail, the asf headers
just show what happens if the reporting does not do its homework
example bad:
From: "rulega" <[email protected]>
Subject: [auto] foo
exit 1 ....
should be:
From: "rulega" <[email protected]>
To: "rulega maillist" <[email protected]>
Subject: [auto] foo
exit 1 ....
to prevent the error
This is cron creating those emails. As the emails go through I really
don't plan on fixing this ;-)