Gossamer Forum
Quote Reply
Tesing on NT
I just get a new license of autoresponder and testing it on NT with imail server cacheall account.

I fond the incoming.pl is not insert the emails it found to the autoresponder db for later followup mailing.
the new address it doese found and deleted from the pop3 account.

weather any one here running it on NT? any infos will be appreciated.

Thanks
Quote Reply
Re: [courierb] Tesing on NT In reply to
I have tried again and agan. there is no luck for me.
can any one here could help me?
Quote Reply
Re: [courierb] Tesing on NT In reply to
Hi,

Your mail server needs to be able to add a header saying who the message was delivered for. You may need to ask IMail if they support this and what the mail header is.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Tesing on NT In reply to
Thanks, however i still did not get your meanning.

or could you recommned any win32 mail server could co work with your programme?



Thanks
Quote Reply
Re: [courierb] Tesing on NT In reply to
which part of the heard the programme looks for?

Return-Path: <dmoleman@hotmail.com>
Received: from mail.championholding.com ([206.67.176.131])
by fep3.online.sh.cn (InterMail vM.5.01.03.01 201-253-122-118-101-20010319)
with ESMTP id <20020906193200.VSNA452.fep3.online.sh.cn@mail.championholding.com> for <courierb@online.sh.cn>;
Sat, 7 Sep 2002 03:32:00 +0800
Received: from mx15.hotmail.com [62.49.110.34]
by mail.championholding.com
with ESMTP (SMTPD32-6.06) id A3C9C00EA;
Fri, 06 Sep 2002 15:36:41 -0400
Message-ID: <000031137032$00004eba$0000445e@mx15.hotmail.com>
To: <courierair@aol.com>,
From: "Timmy" <dmoleman@hotmail.com>
Subject: RE: RI
Date: Fri, 06 Sep 2002 14:29:17 -1600
MIME-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000





Thanks
Quote Reply
Re: [courierb] Tesing on NT In reply to
I wonder how many NT user here? can any one share the setting with me?

My question is the incoming.pl seems captured all mail address in the pop account. why these email has not been write to the db? what part of the code control this function?

Hope today there is someone pay attention on this post.

Thanks
Quote Reply
Re: [courierb] Tesing on NT In reply to
i seems that the the error is at somewhere around line 127

print "TO: $1 FROM: \"$from_name\" $from_email \n"

if ($OUTPUT);
$1 =~ m/^([\w\d.-]+)\@/;
my $username = lc($1);



Thanks
Quote Reply
Re: [courierb] Tesing on NT In reply to
finally i found the problem is at this line

my $user = $DB->table('Users')->select({Username => $username})->fetchrow_hashref();
if (!$user) {
print "This user does not exist** $user ........\n" if (!$OUTPUT);



so the scirpt did not consider pop3 accout as a valid account. so no new mail address captured in to the

db. i will take a look later to see weather this is the config problem or what.



any way a small wish to this forum. Hope more people or GT s could pay more attention to this forum. make it be more active as it did in linsql forum.
Quote Reply
Re: [courierb] Tesing on NT In reply to
my apologies for the late reply, I was on vacation for a month.

The autoresponder only checks the emails in the catchall pop account. Then it checks who it was sent to, ie the to: line and then finds that user in the autoresponder database. If that user is not in the autoresponder database then the lead will not get added.

Mel
Mel Goulet
Developer - Gossamer Threads, Inc.
Quote Reply
Re: [Mel_g] Tesing on NT In reply to
Dear Mr GT,



I got another problem. any autoforward mail address is not be able to captured while the mail received directly will be captured to db and queued for followup.

here is head of the forward mail, anything wrong with head or should done any modification to the scripts?

Received: from c300 [192.168.0.2]
by alwina
with ESMTP (SMTPD32-7.14 EVAL) id AF51B90206;
Sun, 16 Mar 2003 05:46:57 +0800
Received: from [192.168.0.50] ([192.168.0.50])
by c300
with Microsoft SMTPSVC(5.0.2195.5329);
Sun, 16 Mar 2003 05:33:53 +0800
Resent-Date: Sun, 16 Mar 2003 05:42:40 +0800
Resent-From: austin <courierb@domain.com>
Resent-To: test@localhost
Subject: $15 off $75 @ Spiegel.com + New Deals
Resent-Message-Id: <20030316054227.1CCF.COURIERB@domain.com>
MIME-Version: 1.0
Date: Fri, 14 Mar 2003 13:24:49 -0500
To: "COURIERB@domain.com<COURIERB@domain.com>
From: "DealCatcher" <newsletter@dealcatcher.com>
Reply-To: DealCatcher<newsletter@dealcatcher.com>
Message-Id: <20030314183223.RRKH2971.lcfep5.domain@list.netatlantic.com>
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Mailer: Becky! ver. 2.05.06
Return-Path: COURIERB@domain.com[/url]

X-OriginalArrivalTime: 15 Mar 2003 21:33:53.0639 (UTC) FILETIME=[93943770:01C2EB3A]
X-RCPT-TO: <test@alwina>
Status: U
X-UIDL: 347763591







THanks
Quote Reply
Re: [courierb] Tesing on NT In reply to
Now is ok. just look for resend-to field instead of To field.



Thanks