aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pop3.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pop3.c b/pop3.c
index edc99110..1b432576 100644
--- a/pop3.c
+++ b/pop3.c
@@ -140,6 +140,10 @@ int pop3_getauth(int sock, struct query *ctl, char *greeting)
{
char response[OPIE_RESPONSE_MAX+1];
+ /*
+ * Special case in case we're running Craig Metz's
+ * OPIE daemon. Code in opiegenerator() will detect this.
+ */
if (ctl->password && !strcmp(ctl->password, "opie"))
{
if (ok = opiegenerator(challenge, "", response))