'`
}
+#
+# Produce mailable encoding for binary files.
+encode()
+{
+ if [ -x "$MIMENCODE" ]; then
+ $MIMENCODE < $1 2>$ERRORSTO
+ elif [ -x "$UUENCODE" ]; then
+ if [ "$ENCODING" = "base64" ]; then
+ $UUENCODE -m $1 $1 | grep -E -v "^begin|^====$" 2>$ERRORSTO
+ else
+ $UUENCODE $1 $1 | grep -E -v "^begin|^====$" 2>$ERRORSTO
+ fi
+ else
+ # Do not use "-x" for backward compatibility; even if it fails
+ # this is last chance to encode data, so there's nothing to lose.
+ $MIMENCODE < $1 2>$ERRORSTO
+ fi
+}
+
+
fi
setInfoSize
-#
-# Produce mailable encoding for binary files.
-#
-encode()
-{
- if [ -x "$MIMENCODE" ]; then
- $MIMENCODE < $1 2>$ERRORSTO
- elif [ -x "$UUENCODE" ]; then
- if [ "$ENCODING" = "base64" ]; then
- $UUENCODE -m $1 $1 | grep -E -v "^begin|^====$" 2>$ERRORSTO
- else
- $UUENCODE $1 $1 | grep -E -v "^begin|^====$" 2>$ERRORSTO
- fi
- else
- # Do not use "-x" for backward compatibility; even if it fails
- # this is last chance to encode data, so there's nothing to lose.
- $MIMENCODE < $1 2>$ERRORSTO
- fi
-}
-
if [ -f $FILE ]; then
#
# Don't send FaxMaster duplicates, and FaxMaster may not even