From: danw Date: Tue, 23 Nov 1999 16:04:33 +0000 (+0000) Subject: output entries for IMAP poboxes too X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/9786b8ee59b528ba51cc5a8be9371311bfc461de output entries for IMAP poboxes too --- diff --git a/gen/pobox.pc b/gen/pobox.pc index b1cab16b..7c14c712 100644 --- a/gen/pobox.pc +++ b/gen/pobox.pc @@ -76,7 +76,7 @@ int main(int argc, char **argv) EXEC SQL DECLARE x CURSOR FOR SELECT clearid, login - FROM users WHERE status != 3 and potype = 'POP'; + FROM users WHERE status != 3 AND potype != 'NONE' AND potype != 'SMTP'; EXEC SQL OPEN x; while (1) {