newbie questions

Malek Hadj-Ali lekma@chello.nl
Wed, 7 Feb 2001 22:03:42 +0100


---------------------- multipart/alternative attachment
Hi everybody,

newbie to imp i'm meeting these days those errors below.
it seems that i'm not the first one... but even by browsing and =
searching the archieved mailing list i didn't find out yet.

i hope someone will waste a bit time to help me...

thx

malek



Warning: Constant no_action already defined in ./lib/imp.lib on line 23
Warning: Constant send_message already defined in ./lib/imp.lib on line =
42
Warning: Constant mailto already defined in ./lib/imp.lib on line 52

Warning: Cannot add header information - headers already sent by (output =
started at ./lib/imp.lib:23) in session.inc on line 407
Warning: Cannot add header information - headers already sent by (output =
started at ./lib/imp.lib:23) in session.inc on line 120
Warning: Cannot add header information - headers already sent by (output =
started at ./lib/imp.lib:23) in session.inc on line 416


---------------------- multipart/alternative attachment--



>From chuck@horde.org Date: Wed,  7 Feb 2001 16:04:03 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 67129 invoked from network); 7 Feb 2001 21:04:58 -0000
Received: from r94aag005136.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126)
  by horde.org with SMTP; 7 Feb 2001 21:04:58 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 94DC339F4; Wed,  7 Feb 2001 16:04:03 -0500 (EST)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck@marina by marina.horde.org with HTTP;
	Wed,  7 Feb 2001 16:04:03 -0500
Message-ID: <981579843.3a81b8435870f@marina.horde.org>
Date: Wed,  7 Feb 2001 16:04:03 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] From line creation? (2.2.4)

Quoting Marius Strom <marius@marius.org>:

> IIRC RFC821 and 822 don't expressly disallow spaces.  However, using
> escapeShellCmd() and bombing on a semicolon (and most other punctuation,
> IMHO) would be a good thing.

We already bombed on a space, and I haven't heard any problems (that's been in 
for months now, at least). I just added semicolons and ampersands as characters 
to bomb on; escapeshellcmd() (which also was already there) _should_ take care 
of them, but if it causes problems for anyone we can look at it.

Thus, the quotes are gone.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"My intuitive grasp of math often leads me astray." -Me


>From lordscarlet@idledreams.net Date: Wed,  7 Feb 2001 16:05:01 -0500
Return-Path: <lordscarlet@idledreams.net>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 67206 invoked from network); 7 Feb 2001 21:05:04 -0000
Received: from cj130832-a.dlcty1.va.home.com (HELO firewall.idledreams.net) (root@24.7.175.36)
  by horde.org with SMTP; 7 Feb 2001 21:05:04 -0000
Received: (from nobody@localhost)
	by firewall.idledreams.net (8.11.0/8.11.0) id f17L52506337
	for imp@lists.horde.org; Wed, 7 Feb 2001 16:05:02 -0500
From: lordscarlet@idledreams.net
X-Authentication-Warning: firewall.idledreams.net: nobody set sender to lordscarlet@idledreams.net using -f
Received: from 206.161.94.18 ( [206.161.94.18])
	as user lordscarlet@mail.idledreams.net by mail.idledreams.net with HTTP;
	Wed,  7 Feb 2001 16:05:01 -0500
Message-ID: <981579901.3a81b87d75320@mail.idledreams.net>
Date: Wed,  7 Feb 2001 16:05:01 -0500
To: imp@lists.horde.org
References: <981578195.3a81b1d401689@marina.horde.org>
In-Reply-To: <981578195.3a81b1d401689@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] another "from address" problem?

Quoting Chuck Hagenbuch <chuck@horde.org>:

> Quoting doug moore <lordscarlet@idledreams.net>:
> 
> > Someone else that uses my IMP system for mail reported a problem with
> > replying to someone.. when i write him from one of my accounts the
> address
> > appears as:
> > 
> > doug moore <dmoore@xertcomms.com>
> > 
> > well, when he tries to reply it tries to send to "doug moore" apparently,
> > rather than an actual email address..
> 
> I'm really confused; these things have been working for years. Any chance you
> 
> can figure out _exactly_ how to produce this problem, and maybe debug it a
> bit?
> 
> -chuck
> 

yeah, i'll look at it when i get home.. but basically when if *my* from or an 
address i'm writing to (their received "from") has more than just the email 
address ("doug moore <lordscarlet@kracked.com>") it tries to send to "doug 
moore", and, obviously, it can't. :)  if it's been workign for years then i 
guess PEAR can't be the problem? hmm.. i'll see what i can figure out at home 
when i have more time to dig through it.. and on the "get_from()" variable, 
that was what i meant when i said $HTTP_POST_VARS['from'].. i mean to say 
get_from()..

doug.