16 messages in net.sourceforge.lists.courier-users[courier-users] Re: getting Subject l...
FromSent OnAttachments
Chris MeadorsFeb 6, 2001 6:59 am 
Sam VarshavchikFeb 6, 2001 2:37 pm 
Patrick PriceFeb 6, 2001 2:41 pm 
Sam VarshavchikFeb 6, 2001 2:56 pm 
Patrick PriceFeb 6, 2001 3:00 pm 
Sam VarshavchikFeb 6, 2001 3:17 pm 
Patrick PriceFeb 6, 2001 3:22 pm 
Sam VarshavchikFeb 6, 2001 4:01 pm 
Patrick PriceFeb 7, 2001 2:09 pm 
Sam VarshavchikFeb 7, 2001 2:53 pm 
Patrick PriceFeb 7, 2001 7:03 pm 
Patrick PriceFeb 7, 2001 7:15 pm 
Sam VarshavchikFeb 7, 2001 7:27 pm 
Daniel BiddleFeb 7, 2001 7:35 pm 
Patrick PriceFeb 8, 2001 9:57 pm 
Patrick PriceFeb 8, 2001 10:50 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: getting Subject line to show with sendmailActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Feb 6, 2001 4:01:15 pm
List:net.sourceforge.lists.courier-users

Patrick Price writes:

At 11:18 PM 2/6/01 GMT, you wrote:

Patrick Price writes:

At 10:57 PM 2/6/01 GMT, you wrote:

Patrick Price writes:

I'm implementing the poor man's autoresponder with this in a .courier file:

| /usr/lib/courier/bin/preline /usr/lib/courier/bin/reformail -r | cat - ./info.txt | sendmail

Problem is, the Subject: line from the text file isn't setting the subject.

How do I get the Subject to appear? Right now it's blank.

Use two files. One with custom headers for your autoreply, the other one with the autoreply content, then use:

cat header.txt - body.txt

Make sure that there are no blank lines in header.txt

Nope, didn't work. This is the same as putting the header in the body.txt file, but I split it out like you suggested. Both Eudora and Outlook Express don't show a subject line in the received email.

The header is

Subject: This is a test

Check if reformail -r generates a blank Subject: header for you, if so, just delete it.

Removing -r from reformail doesn't return any email to me.

By "delete" I mean delete the subject header.