On Fri, 10 Dec 1999, Juergen Buddy Hoffmann wrote:
> senders=" ! ^autoreply@ : ! ^vacation@ :"
> transport = auto_reply
> unseen
>
> Now the Problem is that when a user sends a message to himself and has a
> autoreply.msg in his ${home} then he gets into a mailloop. As you can see, I
> have tried it with and without ${local_part}
You need to check for an empty sender. Autoreply messages have empty
senders, and you shouldn't ever reply to them. Change that senders
setting to
senders=" ! ^autoreply@ : ! ^vacation@ : ! ^\\$"
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.