You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/09/11 01:45:30 UTC

[incubator-ponymail-foal] branch master updated: slightly more correct

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 77586af  slightly more correct
77586af is described below

commit 77586af4b4946a6865ad888dc3b956d91849f06c
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Sep 10 20:45:23 2021 -0500

    slightly more correct
---
 tools/push-failures.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/push-failures.py b/tools/push-failures.py
index d10d7ec..e662822 100755
--- a/tools/push-failures.py
+++ b/tools/push-failures.py
@@ -54,7 +54,7 @@ for f in files:
                 mid = ojson["mbox"]["mid"]
             elastic.index(index=elastic.db_mbox, id=mid, body=ojson["mbox"])
 
-            elastic.index(index=elastic.db_source, id=ojson["mbox"]["dbid"], body=ojson["mbox_source"])
+            elastic.index(index=elastic.db_source, id=ojson["mbox_source"]["id"], body=ojson["mbox_source"])
 
             if "attachments" in ojson and ojson["attachments"]:
                 for k, v in ojson["attachments"].items():