Displaying 2 results from an estimated 2 matches for "uidl_format".
2010 Nov 02
2
double mail
Hello,
I installed new mail server postfix + dovecot with beckend in postgresql. But when users not deleted mail from server then received all mails from maildir a few everyday..In dovecot logs I can't see any problem. He use outlook or thunderbird with pop3. What is problem whit this?
dovecot --version
1.0.7
dovecot -n
# 1.0.7: /etc/dovecot.conf
log_path: /var/log/dovecot.log
2005 Nov 11
1
1.0alpha4: pop3_reuse_xuidl patch
...dress which isn't subscribed, and it got held]
--- src/pop3/commands.c.orig 2005-10-17 02:21:39.000000000 +1000
+++ src/pop3/commands.c 2005-11-09 15:26:15.000000000 +1100
@@ -567,6 +567,8 @@
mail_get_first_header(ctx->mail, "X-UIDL");
if (uidl == NULL)
var_expand(str, uidl_format, tab);
+ else
+ str_append(str, uidl);
ret = client_send_line(client, "%s", str_c(str));
t_pop();