[3420] in Athena Bugs
Zephyr and the POP Server
daemon@ATHENA.MIT.EDU (Roger A. Roach)
Fri Oct 13 13:58:42 1989
To: bugs@ATHENA.MIT.EDU
Date: Fri, 13 Oct 89 13:58:15 EDT
From: Roger A. Roach <rar@ATHENA.MIT.EDU>
I had a lot of problems getting the notices from the POP server to print
out with the Sender, Receiver and Subject lines. I had added the following
to .zephyr.desc:
match MAIL
does $instance
match pop
exec /usr/athena/zmailnotify
exit
endmatch
match popret
fields from to subject
show
@bold(From:) $from
@bold(To:) $to
@bold(Subject:) $subject
endshow
endmatch
enddoes
endmatch
and had the following in my .zephyr.subs file:
mail,pop,%me%
mail,popret,%me%
It did not work at all until I changed the "%me" in the popret
entry to be "rar@Athena.mit.edu".
Why didn't just "%me% work?