Results 1 to 1 of 1
Hi all,
I have installed qmail on linux redhat 9.
I am able to send email using .qmail file.
I created a .qmail file: .qmail-softb having following content:
|preline /usr/bin/procmail ...
- 06-14-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 1
How to modify subject and message body for each email listed in .qmail file.
Hi all,
I have installed qmail on linux redhat 9.
I am able to send email using .qmail file.
I created a .qmail file: .qmail-softb having following content:
|preline /usr/bin/procmail procmail-test || exit 111
&bounce@localhost.localdomain
Then I created procmail-test file containg following code:
:0 c
! test@localhost.localdomain
I used the following command in command line:
#mail softb
Subject: test sub
test msg body
Cc:
^D
As a result the mail was send to bounce@localhost.localdomain email as well as forwarded to test@localhost.localdomain.
Now I want to modify subject and message body for each email listed in .qmail file.
How to do it. Kindly help me to get sucesss on it.


Reply With Quote