Noel Jones: > > So the question remains the same: How can i tell postfix to not > > include the original message in the DSN or at least strip the > > attachment? > > This might help: > http://www.postfix.org/postconf.5.html#bounce_size_limit > > But for locally submitted mail it might be better to use the > quarantine function of your milter.
This will effectively enforce "sendmail -R hdrs" (return headers only) when the global bounce_size_limit limit is set to a small value. Wietse