mail_runner 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,59 @@
1
+ From prockport@gmail.com Thu Sep 24 16:16:55 2015
2
+ Return-Path: <prockport@gmail.com>
3
+ X-Original-To: sakuru_test@post.sakuru.co
4
+ Delivered-To: talkpost@dev.sakuru.co
5
+ Received: from mail.dev.sakuru.co (localhost [127.0.0.1])
6
+ by mail.dev.sakuru.co (Postfix) with ESMTP id 56F3A2202A1
7
+ for <sakuru_test@post.sakuru.co>; Thu, 24 Sep 2015 16:16:55 -0400 (EDT)
8
+ Authentication-Results: mail.dev.sakuru.co; dkim=pass
9
+ reason="2048-bit key;"
10
+ header.d=gmail.com header.i=@gmail.com header.b=h4tP6IjT;
11
+ dkim-adsp=pass; dkim-atps=neutral
12
+ Received: by mail.dev.sakuru.co (Postfix, from userid 1001)
13
+ id 3CFAB220AE6; Thu, 24 Sep 2015 16:16:55 -0400 (EDT)
14
+ X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dev.sakuru.co
15
+ X-Spam-Level:
16
+ X-Spam-Status: No, score=-0.0 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,
17
+ RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,T_DKIM_INVALID autolearn=ham
18
+ autolearn_force=no version=3.4.0
19
+ Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178])
20
+ by mail.dev.sakuru.co (Postfix) with ESMTPS id 855DC2202A1
21
+ for <sakuru_test@post.sakuru.co>; Thu, 24 Sep 2015 16:16:54 -0400 (EDT)
22
+ Received: by wicge5 with SMTP id ge5so267916987wic.0
23
+ for <sakuru_test@post.sakuru.co>; Thu, 24 Sep 2015 13:16:53 -0700 (PDT)
24
+ DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
25
+ d=gmail.com; s=20120113;
26
+ h=mime-version:date:message-id:subject:from:to:content-type;
27
+ bh=80UtnpCjOylpWV+lKsSgG7VNRboU8F/VzOk60wE5AXc=;
28
+ b=h4tP6IjTiOQoQbT5q9N3m/T56Z15G1N3fKW9sd/oDLILCgLKbwayxnDpZK7Ljwx4HF
29
+ DyOTRpxJyjz7E0UJR1jm5RysCAesmbdRuCPUZM7gRs9bkWtAR4RsJdNhqOKYkt4f2i19
30
+ Cs4oOtcxOjbqefKjD+OprACOSlw1VeINhjCs3p7j8O8IJYec72PMRwE6l9THoESuSXwi
31
+ TKkQkOQX9h2J6jd6FRs8WnOvImtBd3p6J8VeIapgya9uhiHTySMHsXvn+39WxP2QSnmM
32
+ FhyRZE8u5SxMGUkVymem+GbOLiZ10BrUbUCXCCGrqOl30cMk7rs5vtBnU/mKGU4cE7Hz
33
+ nqSw==
34
+ MIME-Version: 1.0
35
+ X-Received: by 10.194.191.164 with SMTP id gz4mr1687232wjc.21.1443125813259;
36
+ Thu, 24 Sep 2015 13:16:53 -0700 (PDT)
37
+ Received: by 10.194.33.198 with HTTP; Thu, 24 Sep 2015 13:16:53 -0700 (PDT)
38
+ Date: Thu, 24 Sep 2015 16:16:53 -0400
39
+ Message-ID: <CAC+KOp+vkooo61FapKN7ssskUxJy48WdetnP+u_34h+kHp=85A@mail.gmail.com>
40
+ Subject: This is my test email
41
+ From: K H <prockport@gmail.com>
42
+ To: sakuru_test Community <sakuru_test@post.sakuru.co>
43
+ Content-Type: multipart/alternative; boundary=047d7ba982127730df052083e923
44
+ X-Virus-Scanned: ClamAV using ClamSMTP
45
+
46
+ --047d7ba982127730df052083e923
47
+ Content-Type: text/plain; charset=UTF-8
48
+
49
+ Lorem Ipsum Test email.
50
+
51
+ Test email
52
+
53
+ --047d7ba982127730df052083e923
54
+ Content-Type: text/html; charset=UTF-8
55
+
56
+ <div dir="ltr">Lorem Ipsum Test email.<div><br></div><div>Test email</div></div>
57
+
58
+ --047d7ba982127730df052083e923--
59
+
@@ -0,0 +1 @@
1
+ [{"msg":{"spam_report":"spam report"}}]
@@ -0,0 +1,19 @@
1
+ # Mailrunner config file.
2
+ #To use the config file, just add teh -c flag when launching mailrunner.
3
+ # mailrunner -c /absolute/path_to/config.yml
4
+ #absolute means '~/' must be written as '/home/username/...'
5
+ ################################################
6
+
7
+ :mailbox: test_mailbox #mbox file name
8
+ :webhook: localhost:4000/test_hook
9
+ :archive:
10
+ :provider: rackspace
11
+ :username: name
12
+ :api_key: key
13
+ :region: :iad
14
+ :logfile: /home/user/mailrunner.log
15
+ :daemon: false
16
+ :verbose: false #run in debug mode - adds a few more notes to help track down bugs.
17
+
18
+
19
+