If the postmaster address is excluded from spam checks then you may want to change the address_verify_sender setting.
The current default is:
address_verify_sender = $double_bounce_sender
The older (problematic) default is
address_verify_sender = postmaster
The final ultimate fix is to make address_verify_sender time-dependent,
so that it does not become a spam sink itself.
Wietse
