More information in message

This commit is contained in:
Ralf S. Engelschall 2001-01-20 14:08:25 +00:00
parent ceeb9ca9c3
commit dc87681766

View File

@ -198,7 +198,7 @@ AddAddress(struct Mail * MailStruct,
fprintf(fh, "Precedence: junk\n");
fprintf(fh, "Sender: %s\n", envelope);
fprintf(fh, "\n");
fprintf(fh, "The address is subscribed to this list already.\n");
fprintf(fh, "The address \"%s\" is already subscribed to list \"%s\".\n", address, listname);
CloseMailer(fh);
}
else