Hello,
Looks like the latest cvs has the same problem. From memory, I thought
auto replies used to work, so maybe this typo is what broke it at some
point? Anyways, from the latest cvs:
# grep -ilr deliver-to .
./man/dbmail-smtp.1
./man/dbmail-users.8
./auth/authldap.c
./auth/authsql.c
./main.c
./pipe.c
./user.c
./header.c
Those should all be changed to "delivered-to" or "Delivered-To".
> Also while looking into this, in 1.2 it looks like there's a typo in
> the header it looks for, in main.c lines 173-174:
>
> if (mail_adr_list ("deliver-to",&users,&mimelist) != 0)
> trace(TRACE_STOP,"main(): scanner found no email addresses (scanned
> for Deliver-To:)");
>
> And also in pipe.c in send_reply, line 664:
>
> else if (strcasecmp(record->field, "deliver-to") == 0)
>
> Those should be "delivered-to" and "Delivered-To". Maybe that would help
> auto_replies a bit in 1.2?
--
Jesse Norell
[EMAIL PROTECTED] is not my email address;
change "administrator" to my first name.
--