]> andersk Git - moira.git/commitdiff
Improve diagnostic for address ending in '@'.
authorrbasch <rbasch>
Tue, 22 Feb 2000 17:45:50 +0000 (17:45 +0000)
committerrbasch <rbasch>
Tue, 22 Feb 2000 17:45:50 +0000 (17:45 +0000)
clients/lib/pobox.c

index 873900fa7aee54e7d73684c8e54307ff67c8104c..1b2375e511883dd85e9836483816f311e4723042 100644 (file)
@@ -62,7 +62,7 @@ int mrcl_validate_pobox_smtp(char *user, char *address, char **ret)
        }
       else
        {
-         com_err(whoami, 0, "No hostname in address \"%s\".", address);
+         com_err(whoami, 0, "No hostname in address \"%s@\".", p);
          status = MRCL_REJECT;
          goto cleanup;
        }
This page took 0.036848 seconds and 5 git commands to generate.