Is there a way to get the $message_size BEFORE the transport_filter? Transport filter seems to modify the size to the actual new size, which in this case is not desirable.
Is there anything like "$orig_message_size" or would I have to get the message size earlier in the transport and set a macro? Maybe with a condition, but I'm not sure that will work since I think conditions are hit last?