Displaying 17 results from an estimated 17 matches for "received_d".
Did you mean:
  received_id
  
2006 Apr 19
0
[patch] Re: Test migration (IMAP copy) and INTERNALDATE?]
...t_strconcat(ctx->newdir, "/", basename, NULL) :
                t_strconcat(ctx->curdir, "/", dest, NULL);
-       if (link(tmp_path, new_path) == 0)
+       if (link(tmp_path, new_path) == 0) {
                ret = 0;
-       else {
+               if (ctx->received_date != (time_t)-1) {
+                       struct utimbuf buf;
+                       /* set the received_date by modifying mtime */ +
                      buf.actime = ioloop_time;
+                       buf.modtime = ctx->received_date;
+                       if (utime(new_path, &buf)...
2014 Feb 21
1
dsync, a zero-way synchronisation tool?
...est_pvt_modseq	mailbox_lost	cache_fields	have_guids	have_save_guids	have_only_guid128
Atype	key	value	stream	deleted	last_change	modseq
Ctype	uid	guid	hdr_hash	modseq	pvt_modseq	save_timestamp	add_flags	remove_flags	final_flags	keywords_reset	keyword_changes
Rguid	uid
Mguid	uid	pop3_uidl	pop3_order	received_date	stream
cname	decision	last_used
.
VERSION	dsync	3	2
Hhostname	sync_ns_prefix	sync_box	sync_box_guid	sync_type	debug	sync_visible_namespaces	exclude_mailboxes	send_mail_requests	backup_send	backup_recv	lock_timeout	no_mail_sync	no_backup_overwrite	purge_remote
Smailbox_guid	last_uidvalidity	last_...
2009 Mar 03
4
failed assertion in 1.1.8: istream.c: line 81
...ze (stream=0x8102e28, expected_body_size=11013) at istream-raw-mbox.c:562
#9  0x080736dd in mbox_sync_do (sync_ctx=0xbfbfe640, flags=0) at mbox-sync.c:151
#10 0x08075700 in mbox_sync (mbox=0x8103028, flags=0) at mbox-sync.c:1833
#11 0x08070001 in mbox_save_init (_t=0x80f2980, flags=0, keywords=0x0, received_date=1236108538, timezone_offset=0,
    from_envelope=0x80e6100 "<snip>", input=0x80f6f28, dest_mail=0x8106028, ctx_r=0x0)
    at mbox-save.c:318
#12 0x282ee17f in quota_save_init (t=0x80f2980, flags=0, keywords=0x0, received_date=-1, timezone_offset=0,
    from_envelope=0x80e6100 &qu...
2008 Jul 18
2
quota vs. antispam issue
Can you help me maybe? I don't see the bug.
QUOTA=maildir QUOTA_RULE='*:storage=100M' MAIL_PLUGINS="antispam quota" MAIL_PLUGIN_DIR=/home/johannes/Projects/dovecot/antispam gdb --args /home/johannes/Projects/dovecot/dovecot-1.1/src/imap/imap
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
2009 Apr 13
0
How can I skip EOH in headers?
...94, mailbox=0x811a360 "Draft", mail=0x8141860,
     flags=0, keywords=0x0) at deliver.c:234
...
backtrace (B) for mbox_save_init:
#0  mbox_save_get_input_stream (ctx=0x811bb00, input=0x814c728) at  
mbox-save.c:384
#1  0x08078165 in mbox_save_init (_t=0x811b980, flags=0, keywords=0x0,  
received_date=1239634649, timezone_offset=0,
     from_envelope=0x80f292b "MAILER-DAEMON", input=0x814c728,  
dest_mail=0x8150060, ctx_r=0xbfbfe924) at mbox-save.c:512
#2  0x080a0560 in mailbox_save_init (t=0x811b980, flags=0,  
keywords=0x0, received_date=-1, timezone_offset=0,
     from_envelope=0...
2014 Jan 28
1
Problem to setup replication
...ave_only_guid128
Atype   key     value   stream  deleted last_change     modseq
Ctype   uid     guid    hdr_hash        modseq  pvt_modseq      save_timestamp  add_flags       remove_flags    final_flags     keywords_reset  keyword_changes
Rguid   uid
Mguid   uid     pop3_uidl       pop3_order      received_date   stream
cname   decision        last_used
.
Hserver1.domain.dom
dsync-remote(john at domain.dom): Error: dsync(local): I/O has stalled, no activity for 600 seconds
dsync-remote(john at domain.dom): Error: Timeout during state=slave_recv_handshake
Any help would be appreciated, because I'...
2005 Aug 22
0
Segfault in imap
...ontext=0x80bfb68) at client.c:334
#6  0x080a045a in io_loop_handler_run (ioloop=0x80be9b0) at ioloop-poll.c:184
#7  0x0809f9d9 in io_loop_run (ioloop=0x80be9b0) at ioloop.c:230
#8  0x08060877 in main (argc=1, argv=0xbffffa44, envp=0xbffffa4c) at main.c:229
(gdb) p *data
$1 = {flags = 0, date = 0, received_date = 1124608407, virtual_size = 2870,
   physical_size = 2856, sent_date = {time = -1, timezone = 0}, parse_line = {
     field_idx = 0, start_pos = 0, end_pos = 0, line_num = 0, cache = 0},
   parse_line_num = 0, parts = 0x0, envelope = 0x0, body = 0x0,
   bodystructure = 0x0, uid_string = 0x0, en...
2012 Jan 29
0
ActiveAdmin: Nested attributes not working for STI
...ate
 f.input :pin
  end
  f.inputs  do
f.has_many :receivers do |p|
 f.input :name
 f.input :email
 f.input :street
 f.input :city
 f.input :state
 f.input :pin
  end
end
f.inputs do #packages are saving correctly
 f.has_many :packages do |p|
  p.input :weight
  p.input :amount
  p.input :received_date
  p.input :amount
end
  end
  f.buttons
 end
end
regards,
Loganathan
-- 
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To...
2019 Oct 18
3
[2.3.8] possible replication issue
...box_ignore
cache_fields	have_guids	have_save_guids	have_only_guid128
Atype	key	value	stream	deleted	last_change	modseq
Ctype	uid	guid	hdr_hash	modseq	pvt_modseq	add_flags	remove_flags
final_flags	keywords_reset	keyword_changes	received_timestamp	virtual_size
Rguid	uid
Mguid	uid	pop3_uidl	pop3_order	received_date	saved_date	stream
Ferror	mail_error	require_full_resync
cname	decision	last_used
.
....JHserver2	.	.	.	.	.	.	.	.	.	.	.	.	.	.	.	.	.	.	.	.	.	.
.
VERSION	dsync	3	5
Hhostname	sync_ns_prefix	sync_box	sync_box_guid	sync_type	debug
sync_visible_namespaces	exclude_mailboxes	send_mail_requests
backup_sen...
2013 Nov 16
0
Replication Setup
...ighest_modseq	highest_pvt_modseq	mailbox_lost	cache_fields	have_guids
have_save_guids
Atype	key	value	stream	deleted	last_change	modseq
Ctype	uid	guid	hdr_hash	modseq	pvt_modseq	save_timestamp	add_flags
remove_flags	final_flags	keywords_reset	keyword_changes
Rguid	uid
Mguid	uid	pop3_uidl	pop3_order	received_date	stream
cname	decision	last_used
.
Hsyd2
The prompt hangs, when I push enter I get:
dsync-remote(syd1): Error: dsync(local): Remote dsync doesn't use compatible
protocol
Please can someone help me diagnose?
Cheers, D
Here are my dovecot in outputs:
syd1:
# 2.2.5: /etc/dovecot/dovecot....
2006 Jan 31
1
beta2: strange assert
..._nuls = 0}, v = {
      free = 0x490e0 <index_mail_free>,
      set_seq = 0x48d20 <index_mail_set_seq>,
      get_flags = 0x47b3c <index_mail_get_flags>,
      get_keywords = 0x47b88 <index_mail_get_keywords>,
      get_parts = 0x47d0c <index_mail_get_parts>,
      get_received_date = 0x37224 <mbox_mail_get_received_date>,
      get_date = 0x47db8 <index_mail_get_date>,
      get_virtual_size = 0x47f60 <index_mail_get_virtual_size>,
      get_physical_size = 0x37368 <mbox_mail_get_physical_size>,
      get_first_header = 0x4a510 <index_mail_get_fi...
2008 Feb 20
1
(message_parser_parse_next_block): assertion, failed: (ctx->input->eof)
...#5  0x000000000045e8e8 in index_mail_cache_parse_continue 
(_mail=0x630848) at index-mail.c:1263
        mail = (struct index_mail *) 0x630848
        block = {part = 0x63a260, hdr = 0x0, data = 0x0, size = 0}
        ret = 1
#6  0x000000000045e995 in index_mail_cache_parse_deinit (_mail=0x630848, 
received_date=1203480167, success=false)
    at index-mail.c:1291
        mail = (struct index_mail *) 0x630848
#7  0x000000000043a6ec in maildir_save_finish_real (_ctx=0x62f048) at 
maildir-save.c:478
        ctx = (struct maildir_save_context *) 0x62f048
        storage = (struct mail_storage *) 0x60a848...
2003 Apr 16
1
pop3 coredump
...0, inconsistent = 0}, 
  expunge_locked = 0, index = 0x808c200, autosync_to = 0x0, 
  autosync_files = 0x0, autosync_type = MAILBOX_SYNC_NONE, sync_last_check = 0, 
  min_newmail_notify_interval = 0, fetch_mail = {mail = {seq = 0, uid = 0, 
      seen_updated = 0, get_flags = 0, get_parts = 0, get_received_date = 0, 
      get_date = 0, get_size = 0, get_header = 0, get_address = 0, 
      get_first_mailbox = 0, get_stream = 0, get_special = 0}, data = {flags = {
        flags = 0, custom_flags = 0x0, custom_flags_count = 0}, 
      received_date = 0, size = 0, sent_time = 0, sent_timezone = 0,...
2005 Jun 04
0
Crash and Assertion Error
...ontext=0x80bcb58) at client.c:334
#6  0x0809e64a in io_loop_handler_run (ioloop=0x80bb9b0) at ioloop-poll.c:184
#7  0x0809dd69 in io_loop_run (ioloop=0x80bb9b0) at ioloop.c:218
#8  0x08060587 in main (argc=1, argv=0xbffffa44, envp=0xbffffa4c) at main.c:228
(gdb) p *data
$2 = {flags = 0, date = 0, received_date = 1117844856, virtual_size = 2735, 
  physical_size = 2721, sent_date = {time = -1, timezone = 0}, parse_line = {
    field_idx = 4294967295, start_pos = 67, end_pos = 118, line_num = 29, 
    cache = 1}, parse_line_num = 53, parts = 0x80cb018, envelope = 0x0, 
  body = 0x0, bodystructure = 0x0,...
2012 Dec 13
5
dovecot-lda (2.1.12) segfaults
We uograded our dovecot from version 2.1.10 -> 2.10.12, but within
the first hour of use, dovecot-lda would segfault during delivery.
This left a lock file lying around causing the user's mail readers to
hang; much hilarity ensues.  All further deliveries to the same user
will result in a crash.
The only thing that fixes this condition is to blow away the user's
INBOX cache index. 
2016 Apr 29
2
Panic: file message-part-serialize.c: line 90 (part_serialize): assertion failed: (part->children == NULL)
...y_finish (mail=0x7fa88e5ea320, field=MAIL_CACHE_FLAGS, success=true)
    at index-mail.c:1034
        parser_input = 0x0
        error = 0x0
        ret = 1
        __FUNCTION__ = "index_mail_parse_body_finish"
#10 0x00007fa88c32b236 in index_mail_cache_parse_deinit (_mail=0x7fa88e5ea320, received_date=1461920720, success=true)
    at index-mail.c:1957
        mail = 0x7fa88e5ea320
#11 0x00007fa88c2bed50 in dbox_save_end (ctx=0x7fa88e5eeb00) at dbox-save.c:127
        mdata = 0x7fa88e5eeb10
        dbox_output = 0x7fa88e5f7d20
        __FUNCTION__ = "dbox_save_end"
#12 0x00007fa88c2b...
2018 Oct 09
3
index corruption weirdness
...fbee4ea96ad in index_mail_parse_body_finish (mail=0x1e69570, 
field=field at entry=MAIL_CACHE_FLAGS) at index-mail.c:769
	parser_input = 0x1e6e370
	ret = 1
	__FUNCTION__ = "index_mail_parse_body_finish"
#6  0x00007fbee4eaaa2b in index_mail_cache_parse_deinit 
(_mail=<optimized out>, received_date=<optimized out>, 
success=<optimized out>)
    at index-mail.c:1624
	mail = <optimized out>
#7  0x00007fbee4e5dce3 in maildir_save_finish_real (_ctx=0x1e68560) at 
maildir-save.c:551
	ctx = 0x1e68560
	e = 0x1e574d0
	output_errno = <optimized out>
	path = 0x1e37218 
"...