Subject: | midstack sendback |
When a SENDBACK occurs in the middle of a filter stack, the message needs to be put() through the filters 'above' the current filter. For example,
if there's an SSL filter above the filter that wants to do a SENDBACK,
the SENDBACK needs to be SSL-encoded before going on the wire.