Hello. FormMail is working fine in terms of e-mailing the data to the
specified RECIPIENT (afsp_reg@...). The problem is that although
I have set up an autoreply on afsp_reg@..., it is not working
when it received an e-mail from FormMail.pl. However, it works fine when
it receives an e-mail by any other method. The fields in the form include
one called EMAIL so the FROM field in the email it sends is the email
address the user supplied.
Can you see if there's a problem in my form or in the User Configuration
section of FormMail.pl? They are below. I have also included the e-mail
that FormMail sends to afsp_reg@..., along with all the headers.
Thanks very much. --Kenny
HMTL IN THE FORM:
<form method="post" action="/cgi-bin/FormMail.pl">
<input type="hidden" name="redirect"
value="http://www.limelight.com/clientarea/afsp_telecon/thanks.htm" />
<input type="hidden" name="subject" value="AFSP Survivor Day Registration" />
<input type="hidden" name="recipient" value="afsp_reg@..." />
<input type="hidden" name="sort" value="order:email, first_name,
last_name,address1, address2, city, state, zip, phone, have_you_lost,
suicide_name, relationship, date" />
USER CONFIGURATION SECTION OF FORMMAIL.PL:
# USER CONFIGURATION SECTION
# --------------------------
# Modify these to your own settings. You might have to
# contact your system administrator if you do not run
# your own web server. If the purpose of these
# parameters seems unclear, please see the README file.
#
BEGIN
{
$DEBUGGING = 1;
$emulate_matts_code= 0;
$secure = 1;
$allow_empty_ref = 1;
$max_recipients = 2;
$mailprog = '/usr/sbin/sendmail -oi -t -f moreinfo@...';
$postmaster = '';
@referers = qw(limelight.com);
@allow_mail_to = qw(limelight.com);
@recipients = qw(limelight.com);
%recipient_alias = ();
@valid_ENV = qw(REMOTE_HOST REMOTE_ADDR REMOTE_USER
HTTP_USER_AGENT);
$locale = '';
$charset = 'iso-8859-1';
$date_fmt = '%A, %B %d, %Y at %H:%M:%S';
$style = '/css/nms.css';
$no_content = 0;
$double_spacing = 1;
$wrap_text = 0;
$wrap_style = 1;
$address_style = 0;
$send_confirmation_mail = 0;
$confirmation_text = <<'END_OF_CONFIRMATION';
From: you@...
Subject: form submission
Thank you for your form submission.
END_OF_CONFIRMATION
# You may need to uncomment the line below and adjust the path.
# use lib './lib';
# USER CUSTOMISATION SECTION
# --------------------------
# Place any custom code here
# USER CUSTOMISATION << END >>
# ----------------------------
EMAIL THAT FORMMAIL.PL SENDS TO AFSP_REG@...:
X-Persona: <AFSP Registration>
Return-Path: <moreinfo@...>
Delivery-Date: Thu, 24 Aug 2006 20:48:13 -0400
Received-SPF: none (mxus5: 212.227.126.190 is neither permitted nor denied
by domain of limelight.com) client-ip=212.227.126.190;
envelope-from=moreinfo@...; helo=moutng.kundenserver.de;
Received: from [212.227.126.190] (helo=moutng.kundenserver.de)
by mx.perfora.net (node=mxus5) with ESMTP (Nemesis),
id 0MKvIY-1GGPro48Ah-0006oT for afsp_reg@...; Thu, 24 Aug 2006
20:48:13 -0400
Received: from [212.227.126.202] (helo=mrvnet.kundenserver.de)
by moutng.kundenserver.de with esmtp (Exim 3.35 #1)
id 1GGPro-00089S-00
for afsp_reg@...; Fri, 25 Aug 2006 02:48:12 +0200
Received: from [217.160.230.170] (helo=infong406 ident=8)
by mrvnet.kundenserver.de with smtp (Exim 3.35 #1)
id 1GGPro-0000sD-00
for afsp_reg@...; Fri, 25 Aug 2006 02:48:12 +0200
Received: from [71.126.168.135](IP may be forged by CGI script)
by infong406.perfora.net with HTTP; Thu, 24 Aug 2006 20:48:11 -0400
Date: Thu, 24 Aug 2006 20:48:11 -0400
Precedence: bulk
Received: from [71.126.168.135]
by limelight.com (NMS FormMail 3.14c1)
with HTTP; Fri, 25 Aug 2006 00:48:11 GMT
(script-name /cgi-bin/FormMail.pl)
(http-host http://www.limelight.com)
(http-referer http://www.limelight.com/clientarea/afsp_telecon/register.htm)
X-Mailer: NMS FormMail 3.14c1
To: afsp_reg@...
From: kennydirect@...
Subject: AFSP Survivor Day Registration
Message-Id: <E1GGPro-0000sD-00@...>
X-Provags-ID: kundenserver.de abuse@...
sender-info:174593576@...
Envelope-To: afsp_reg@...
Below is the result of your feedback form. It was submitted by
(kennydirect@...) on Thursday, August 24, 2006 at 20:48:11
---------------------------------------------------------------------------
email: kennydirect@...
first_name: Kenny
last_name: Reff should produce autoresponse 8:48p
address1: 2532 W. Meredith Dr.
address2: Suite 200
city: Vienna
state: VA
zip: 22181
phone: 703-242-4596
have_you_lost: y
suicide_name: Tasha
relationship: Doggie
date: 1/1/2006
---------------------------------------------------------------------------
----------------------------------------------
Kenny Reff & Limelight Communications
Creative and Effective Digital Video
In the National Capital area: 703-242-4596
Toll-free: 866-788-6075
KennyDirect@...
http://www.Limelight.com
|