Hi,
I have joined this group just now, because I was not able to solve
one simple autoreply problem. I have to generate autoreplies from my login
using procmail. I tried the following piece of code available on the net.
[rc.testing]
FORMAIL=/usr/bin/formail
AUTOREPLY=/ug/ug2k1/vardhman/autoreply/autoreply.txt
USER=PGAdmissions2004
HOST=students.iiit.net
MYXLOOP = "X-Loop: $USER\@$HOST"
SENDMAIL=/usr/sbin/sendmail
:0 BH
* ^Subject:.*testing
* ! ^FROM_DAEMON
* $ ! ^$MYXLOOP
{
:0
| ( $FORMAIL -rtk \
-A "X-Mailer: PGAdmissions2004 Autoreply" \
-A "$MYXLOOP" ; \
cat $AUTOREPLY ) | $SENDMAIL -oi -t
}
[rc.testing]
Now when I send a message to myself with the subject as testing. I only
get the autoreply answer and not the original mail. I want to implement
it such the mail that comes from someone shouldn't be lost, I.e to append
that mail to my mailbox too. How do i go about doing it.
Vardhman
--
Vardhman Jain
III Year B.Tech. CSE
IIIT-Hyderabad
Address:
Room No 27, NBH, IIIT-Hyderabad,Hyderabad 500019
presence on net:
http://students.iiit.net/~vardhman
Hi there list,
This comes from one of my subscribers. I told him I would ask about this
if you could help me out I would appreciate it.
Scott Berry
Please remove the .nospam at the end of my emails to get in contact with
me or click here.
mailto:scott@drscott.dyndns.biz
Do you know of any way to filter email by subject when the usual subject line
contains only a digest number?
This is why it helps those of us who need to sort email at work,
to use the original subject line,
as long as it remains relevant,
instead of the digest number, which tells little.
Using digest as a subject kills my ability to sort and read by subject!
--
If you must quote me, please put your comments first.
I have already listened to mine.
I read email with speech.
So it is not possible to scroll past the quotes without listening to them again,
to quickly get to the new information.
Thanks much again as always.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Well, I manage many smartlist lists on my server, and I never found solution
again the "the infinite loop" in the case of a 'yahoo|hotmail|other'
maintainer's mailbox full
In this case, the first error for the list goes to the maintainer mailbox,
bounces back to the list, starting a new loop.
More : if there are two (or more) maintainers, the mailbox of the second one
will be full, and the loop become exponential !
The X-Loop test does not work in this case ;~{
Any solution ?
- --
"Quelle connerie la Guerre" (Prévert)
Francois Sauterey Francois(a)Sauterey.org
Mon hébergeur ? Le RAS (http://www.ras.eu.org)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFAQ7r9sfJYVQUqvKQRAmeWAJ9DC3u513a4DiUp+yjba+3EW9IVNgCfYTCR
+BM5wnhQM0QmuNxaTIWxgF0=
=ROdt
-----END PGP SIGNATURE-----
Hi Jerry,
I am using Exim here. Does this apply for exim as well the metoo?
On Wed,
3 Mar 2004, Jerry Sloan wrote:
> In sendmail you need to make sure metoo is set
>
> On Wed, 2004-03-03 at 15:05, Scott Berry wrote:
> > How do I set it up so that I can see my own message come back
> > through email?
> >
> > _______________________________________________
> > Smartlist mailing list
> > Smartlist(a)lists.RWTH-Aachen.DE
> > http://MailMan.RWTH-Aachen.DE/mailman/listinfo/smartlist
> --
> Jerry Sloan
> System Administrator
> Technical Services
> F.P. Technologies, Inc.
> Phone: (317) 570-6490
>
> Celebrating 25 Years of Providing Powerful Cross-platform Application
> Development Tools
>
> * * * * * * * * NOTICE * * * * * * * *
>
> New Support Policy:
>
> http://www.fptech.net/jsp/filepro/support/index.jsp
>
> You MUST include your filePro Account Number in Subject Line of e-mails
> sent
> to support.
>
>
I have a peculiar problem here. I am writing to my own lists and getting
nothing back it goes in to cyber space not sure what is up. I believe I
have everything set right. Here is my rc.init as this is where I have
established what I want.