FutureQuest, Inc. FutureQuest, Inc. FutureQuest, Inc.

FutureQuest, Inc.
Go Back   FutureQuest Community > FutureQuest Site Owners (All may read - Only Site Owners May Respond) > Questions & Suggestions
User Name
Password  Lost PW

Reply
 
Thread Tools Search this Thread Display Modes
Old 02-19-1999, 01:49 AM   Postid: 27670
Jacob Stetser
Visitor

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Dec 1998
Location: Decatur, GA 30032
Posts: 447
Followup autoresponding?

Ok, here's a question that there may or may not be an answer to...

Is there a way to set up an autoresponder on FQ to mail out something immediately when someone mails to the responder, wait a week (or two, or three, etc.) and send a different email?

How would I do it, if yes? If no, is there any possibility of offering this feature in the future, or better yet, is there some way I can, ooh, I like my brainstorms sometimes, redirect mail coming into an autoresponder to a cgi that serves the same purpose?

Going to go sleep now.. night
Jacob Stetser is offline   Reply With Quote
Old 02-20-1999, 11:15 PM   Postid: 27671
Jacob Stetser
Visitor

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Dec 1998
Location: Decatur, GA 30032
Posts: 447
Helloooooo?

Does anyone know the answer to this question? I'm just replying so it won't disappear before anyone answers

Jake
Jacob Stetser is offline   Reply With Quote
Old 02-20-1999, 11:26 PM   Postid: 27672
hearts
Visitor
 
hearts's Avatar

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Dec 1998
Location: An isolated town in Georgia
Posts: 901
hey Jake...

it appears you are seeking some kind of email client.. ???

Did you check out cgi resources to see what they had along these lines?

and doesn't your autoresponder have some kind of subject line? isn't there a reply to you can add to your autoresponder so when they email from that it would send out another autorepsonse?

do tell.. what is the purpose to this? *i am curious*

and if andrew had some kind of magic to offer ya.. it would have to wait.. cuz he has disappeared.. kinda like burried under lots of upgrades.. lost in his work. *I am not even sure if Deb can locate him*
hearts is offline   Reply With Quote
Old 02-21-1999, 12:10 AM   Postid: 27673
 Terra
CTO FutureQuest, Inc.
 
Terra's Avatar
 
Join Date: Jun 1998
Location: Z'ha'dum
Posts: 7,683
You are getting into highly customized program arena...

It is very possible to create a program like this utilizing the 'qmail-command' mechanism...

e.g.
updates@icongarden.com

create a /big/dom/xicongarden/.qmail-updates file, and inside:
|mydelayedautoresponder

What this will do is any mail sent to 'updates@icongarden.com' will be piped to 'mydelaydedautoresponder', which you will write... You would would have to write 'anti-looping' mechanism, and autorespond then kick off a cronjob that will execute at some point in the future to send out the following email...

Concept is simple, but the actual guts of the program is only limited by your imagination... I've written a few filters for FQuest that use the 'qmail-command' functionality and pipe them into my perl scripts... All support and sales email goes through my filter, tagged and databased, then forwarded on to Deb and myself... So I know the capability is there...

The power is there, tis only for you to discover how to harness...

--
Terra
sysAdmin
FutureQuest
Terra is offline   Reply With Quote
Old 02-21-1999, 03:29 AM   Postid: 27674
Jacob Stetser
Visitor

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Dec 1998
Location: Decatur, GA 30032
Posts: 447
Andrew, you're so good to me

I assume that |mydelayedautoresponder(.pl?) can be (and most likely would be a program?)

That's exactly what I was looking for.. now I have to go cobble together some perl scripts to make the monster I'm trying to create.

Oh, and hearts.. I'm trying to create a script that will followup like a week later when a prospect emails my autoresponder..

Keeps me fresh in the prospect's mind.

Pardon me if I do some object oriented thinking here..

IN ->
email address

OUT ->
autoresponse
email and 1st response date to database

ACTION when receiving email ->
1. fire off email (autoresponder function)

ACTION when activated by cron ->
1. Check database for 1st response dates older than x days
2. Fire off emails to addresses that qualify
3. Erase email/date from database.

Question, since I'm 'rolling my own' email here, I can put in an alternate email address so bounces don't come back to the autoresponder, right?

Question 2, does sendmail/qmail/etc respond to Reply-To addresses or the From addresses? Because I'd rather have bounces go to a bounce address and real responses go to me.. and if mailers send back to From and email programs to Reply-To, that's great.

Aren't there other headers? Bounce-To, Errors-To? or something like that?

Eh, it's late.. night!

Jacob Stetser is offline   Reply With Quote
Old 02-21-1999, 03:39 AM   Postid: 27675
Justin
Visitor
 
Justin's Avatar

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Jan 1999
Location: Kissimmee, FL
Posts: 3,672
I'm no expert, so don't quote me, but I think bounces go to the From address, and you can put whatever you want in that field. Then you can have your Reply-To address whatever you want too.

That's how it works using PHP3, so probably same deal with sendmail (I think PHP3 uses sendmail anyway )


------------------
Justin Nelson, SFE Inc.
http://www.vdj.net
Justin is offline   Reply With Quote
Old 02-21-1999, 03:55 AM   Postid: 27676
 Terra
CTO FutureQuest, Inc.
 
Terra's Avatar
 
Join Date: Jun 1998
Location: Z'ha'dum
Posts: 7,683
It's a bit more complicated than that...

Imaging having to autoreponders talking to each other, it would get in a deadlock between the two unless the communication is broken...

Autoresponders have this functionality built in to stop these types of DOS attacks... (I have seen entire T-3's get flooded from this attack)

What you are looking for is 'Return-Path:', bounces will be null 'Return-Path: <>' per the RFC's (TONS of RFC's on Email)...

You will also need to read the qmail documentation on how to pick up the various fields fed via the '.qmail-command' mechanism...

--
Terra
sysAdmin
FutureQuest

Goto: www.qmail.org/top.html and check into the docs...

What you are trying to write is not exactly trivial, but can be done with proper planning... Handling Email properly can be a complicated thing, I would go out and find one that is already written, study it, and transform the functionality into your own usage...
Terra is offline   Reply With Quote
Old 02-21-1999, 04:03 AM   Postid: 27677
Jacob Stetser
Visitor

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Dec 1998
Location: Decatur, GA 30032
Posts: 447
Waaaaaaaah.

Sometimes the learning curve is too steep. But I like mountain climbing!

So I'll keep (spelled keep geek the 1st time) climbing and see if I ever get to the top.

Jake
Jacob Stetser is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 visitors)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 01:05 PM.


Running on vBulletin®
Copyright © 2000 - 2013, Jelsoft Enterprises Ltd.
Hosted & Administrated by FutureQuest, Inc.
Images & content copyright © 1998-2013 FutureQuest, Inc.
FutureQuest, Inc.