Since it is almost inevitable that this will happen I would try the following:
put something like this in your rules.mer file
If not header "F" contains "postmaster@targetserver.com" SkipNext ""
If header "T" contains "source@sourceserver.com" SendMessage "source@sourceserver.com:error.txt"
If not header "F" contains "postmaster@targetserver.com" SkipNext ""
If header "T" contains "source@sourceserver.com" Delete ""
you would have to create the file error.txt with the message you want it to say
An email that was just auto-forwarded to target@targetserver.com was not delivered. It was probably too big.
I think that will work, perhaps others can expand on my idea.
<p>Since it is almost inevitable that this will happen I would try the following:</p><p>put something like this in your rules.mer file</p><p>If not header "F" contains "postmaster@targetserver.com" SkipNext ""
If header "T" contains "source@sourceserver.com" SendMessage "source@sourceserver.com:error.txt"
If not header "F" contains "postmaster@targetserver.com" SkipNext ""
If header "T" contains "source@sourceserver.com" Delete ""
</p><p>you would have to create the file error.txt&nbsp; with the message you want it to say
</p><p>An email that was just auto-forwarded to target@targetserver.com was not delivered.&nbsp; It was probably too big.
</p><p>&nbsp;</p><p>I think that will work, perhaps others can expand on my idea.
</p><p>
&nbsp;</p><p>
&nbsp;</p><p>&nbsp;</p>