+ if [ ${resent} -eq 0 ]; then
+ #### Add blank line after header if not resending.
+ header="${header}
+"
+ else
+ if [ ${use_send} -eq 0 ]; then
+ postsendargs="${postsendargs:+${postsendargs} }-dist"
+ else
+ mhdist=1; export mhdist
+ mhaltmsg=${tmpfil}; export mhaltmsg
+ #### This doesn't work, I'm not sure about mhaltmsg.
+ printf "mhmail: -resent not currently supported with -profile\n"
+ exit 1
+ fi
+ fi
+