|
Check-in Number:
|
350 | |
| Date: |
2001-Jan-20 15:08:25 (local)
2001-Jan-20 14:08:25 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
More information in message |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/petidomo/subscribe.c 1.20 -> 1.21
--- subscribe.c 2001/01/20 13:52:41 1.20
+++ subscribe.c 2001/01/20 14:08:25 1.21
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/subscribe.c,v $
- $Revision: 1.20 $
+ $Revision: 1.21 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -198,7 +198,7 @@
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
|
|