rtor@ansa.co.UK (Owen Rees) (02/28/91)
I am having a problem trying to redistribute messages using mh-e ['r'
when in (mh-e show) mode i.e. calling mh-redistribute]. I get an
error message saying:
post: illegal header line -- Resent-To:
post: re-format message and try again
A quick look at the mh-redistribute function reveals that it does not
use 'dist' (which works fine).
version: MH 6.7.1 #10[UCI] (basilisk) of Wed Jan 16 18:12:58 GMT 1991
options: [ATHENA] [ATZ] [BIND] [DUMB] [ISI] [MHE] [MHRC]
[MORE='"/usr/bin/more"'] [NDIR] [NFS] [OVERHEAD] [RPATHS]
[SENDMAILBUG] [SOCKETS] [SYS5] [TZNAME] [WHATNOW]
[SBACKUP='"#"'] [UK] [TYPESIG='void'] [MSGPROT='"0600"']
[FOLDPROT='"0700"'] [SENDMTS] [SMTP]
GNU Emacs 18.55.5 of Thu Sep 6 1990 on basilisk (hpux)
First line of the mh-e.el file is:
;;; mh-e.el (Version: 3.6 for GNU Emacs Version 18 and MH.5 and MH.6)
Is this enought to identify the version?
Any suggestions?
-------------------------------------------------------
Owen Rees Email: rtor@ansa.co.uk
Architecture Projects Management Ltd,
Poseidon House Phone: + 44 223 323010
Castle Park, Cambridge Fax: + 44 223 359779
CB3 0RD, UKgildea@EXPO.LCS.MIT.EDU (Stephen Gildea) (03/01/91)
I am having a problem trying to redistribute messages using mh-e ['r'
when in (mh-e show) mode i.e. calling mh-redistribute]. I get an
error message saying:
post: illegal header line -- Resent-To:
post: re-format message and try again
Try setting mh-redist-full-contents to nil in your Emacs and see if
that solves your problem.
< Stephenrtor@ansa.co.UK (Owen Rees) (03/01/91)
> Try setting mh-redist-full-contents to nil in your Emacs and see if > that solves your problem. Yes it does! Thanks for the help. Owen.