File hylafax-6.0.4-asciifix.patch of Package hylafax
Index: util/typerules
================================================================================
--- libhylafax/typerules
+++ libhylafax/typerules
@@ -166,8 +166,8 @@
#
# This causes anything else with ascii-only data to be treated as text.
#
-0 ascii x ps %F/textfmt -B -f Courier-Bold\
- -Ml=0.4in -p 11 -s %s >%o <%i
+#0 ascii x ps %F/textfmt -B -f Courier-Bold\
+# -Ml=0.4in -p 11 -s %s >%o <%i
#
# Use enscript, instead of HylaFAX textfmt, for converting text into ps.
@@ -185,4 +185,5 @@
# Support 7-bit text which would otherwise be seen as binary.
#
-0 ascii x ps %F/a2pswrap %s %o %i
+0 ascii x ps %F/a2pswrap %s %o %i \
+ "--chars-per-line=80"