From ab0ee3eb204cb8a6e85d88a877f7f5b2e06b3294 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 11 Sep 1996 01:53:49 +0000 Subject: Cosmetic change. svn path=/trunk/; revision=77 --- pop2.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index 50c619c9..a5ca1cd0 100644 --- a/pop2.c +++ b/pop2.c @@ -73,15 +73,19 @@ struct hostrec *queryctl; /* check for unsupported options */ if (linelimit) { - fprintf(stderr,"Option --limit is not supported in POP2\n"); + fprintf(stderr,"Option --limit is not supported with POP2\n"); return(PS_SYNTAX); } else if (queryctl->flush) { - fprintf(stderr,"Option --flush is not supported in POP2\n"); + fprintf(stderr,"Option --flush is not supported with POP2\n"); return(PS_SYNTAX); } else if (queryctl->fetchall) { - fprintf(stderr,"Option --all is not supported in POP2\n"); + fprintf(stderr,"Option --all is not supported with POP2\n"); + return(PS_SYNTAX); + } + else if (queryctl->smtphost[0]) { + fprintf(stderr,"Option --smtphost is not supported with POP2\n"); return(PS_SYNTAX); } else -- cgit v1.2.3