On Fri, Dec 07, 2001 at 08:34:01AM -0500, Jeremy Gaddis wrote: > On Fri, 7 Dec 2001, Alexander Clouter wrote: > > > Jeremy Gaddis [EMAIL PROTECTED] wrote: > > > > > > On Thu, 6 Dec 2001, [iso-8859-1] Anders Gj=E6re wrote: > > > > > > > no, it did not work.. > > > > > > > > could there be some settings in /proc/ who denies > > > > portforwarding? > > > > > > Perhaps: > > > > > > # echo 1 > /proc/sys/net/ipv4/ip_forward > > > > > > Or setting "ip_forward=3Dyes" in /etc/network/options. > > > > > this is exactly what you want, however the 'ip_forward' > > option should really be set to 'yes' rather than '3Dyes' :P > > Weird. I have no idea how the "3D" got in there. > Oh well.
It's called "quoted printable." Your mail client put it in there. You will also sometimes see "=20" at the end of lines in messages. The mail client is supposed to convert that back into the right thing when you view the mail (or reply to it etc.) "=20" expands to a space. "=3D" expands to "=" etc. -- Michael Wood <[EMAIL PROTECTED]>

