<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error sending mail - (501, 'Syntax error in parameters or arguments', 'splunk@hostname') in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Error-sending-mail-501-Syntax-error-in-parameters-or-arguments/m-p/129579#M2043</link>
    <description>&lt;P&gt;Ok the error message was indeed relevant.&lt;BR /&gt;
&lt;A href="http://www.iana.org/assignments/smtp-enhanced-status-codes/smtp-enhanced-status-codes.xhtml"&gt;http://www.iana.org/assignments/smtp-enhanced-status-codes/smtp-enhanced-status-codes.xhtml&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;X.1.3   Bad destination mailbox address syntax  501 The destination address was syntactically invalid. This can apply to any field in the address. This code is only useful for permanent failures.&lt;BR /&gt;
X.1.8   Bad sender's system address 451, 501    The sender's system specified in the address does not exist or is incapable of accepting return mail. For domain names, this means the address portion to the right of the "@" is invalid for mail.&lt;/P&gt;

&lt;P&gt;Please note 501 can be caused by many other reasons, as described in link IANA above.&lt;BR /&gt;
In this specific it was due to incorrect values being sent by sendemail.py in FROM/TO fields&lt;/P&gt;

&lt;P&gt;I've changed below hostnames/emails for obvious reasons.&lt;BR /&gt;
Figured it out with tcpdump capture with dst=mailserver &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
17:24:58.534100 IP (tos 0x0, ttl 64, id 21199, offset 0, flags [DF], proto TCP (6), length 79)&lt;BR /&gt;
    myhost.58821 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa880 (incorrect -&amp;gt; 0x175e), seq 0:27, ack 53, win 229, options [nop,nop,TS val 121075 ecr 826786090], length 27&lt;BR /&gt;
E..OR.@&lt;A href="mailto:.@"&gt;.@&lt;/A&gt;.?.............yZ.................&lt;BR /&gt;
....1G.*ehlo myhost.mydomain.net&lt;BR /&gt;
17:24:58.579118 IP (tos 0x0, ttl 64, id 21200, offset 0, flags [DF], proto TCP (6), length 105)&lt;BR /&gt;
    myhost.58821 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa89a (incorrect -&amp;gt; 0xde92), seq 27:80, ack 166, win 229, options [nop,nop,TS val 121086 ecr 826786101], length 53&lt;BR /&gt;
E..iR.@&lt;A href="mailto:.@"&gt;.@&lt;/A&gt;.?.............yZ./...-...........&lt;BR /&gt;
....1G.5AUTH PLAIN AGJvbnVjYS5zb2NAZ214LmNvbQBhZGZiNDI5aw==&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;17:24:59.400131 IP (tos 0x0, ttl 64, id 21201, offset 0, flags [DF], proto TCP (6), length 97)&lt;BR /&gt;
    myhost.58821 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa892 (incorrect -&amp;gt; 0x73ee), seq 80:125, ack 196, win 229, options [nop,nop,TS val 121292 ecr 826786306], length 45&lt;BR /&gt;
E..aR.@&lt;A href="mailto:.@"&gt;.@&lt;/A&gt;.?.............yZ.d...K...........&lt;BR /&gt;
....1G..mail FROM:&lt;B&gt;&amp;lt;sender@myprovider&amp;gt;&lt;/B&gt; size=1106&lt;BR /&gt;
    myhost.58821 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa86b (incorrect -&amp;gt; 0x2737), seq 125:131, ack 241, win 229, options [nop,nop,TS val 121302 ecr 826786317], length 6&lt;BR /&gt;
E..:R.@&lt;A href="mailto:.@"&gt;.@&lt;/A&gt;.?.............yZ.....x.....k.....&lt;BR /&gt;
rset1G.&lt;BR /&gt;
&lt;/P&gt;

&lt;P&gt;&amp;lt;&lt;A href="mailto:sender@myprovider"&gt;sender@myprovider&lt;/A&gt;&amp;gt; is not correct&lt;/P&gt;

&lt;P&gt;Adding &lt;BR /&gt;
action.email.from = &lt;A href="mailto:sender@myprovider.com"&gt;sender@myprovider.com&lt;/A&gt;&lt;BR /&gt;
to relevant savedsearches.conf did the trick&lt;/P&gt;

&lt;P&gt;so&lt;/P&gt;

&lt;P&gt;egrep action etc/apps/search/local/savedsearches.conf &lt;BR /&gt;
action.email = 1&lt;BR /&gt;
action.email.inline = 1&lt;BR /&gt;
action.email.reportServerEnabled = 0&lt;BR /&gt;
action.email.sendresults = 1&lt;BR /&gt;
action.email.from = &lt;A href="mailto:sender@myprovider.com"&gt;sender@myprovider.com&lt;/A&gt;&lt;BR /&gt;
action.email.to = &lt;A href="mailto:recipient1@spam.com"&gt;recipient1@spam.com&lt;/A&gt;,&lt;A href="mailto:recipient2@spam.com"&gt;recipient2@spam.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
17:29:16.929763 IP (tos 0x0, ttl 64, id 49861, offset 0, flags [DF], proto TCP (6), length 94)&lt;BR /&gt;
    myhost.59090 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa88f (incorrect -&amp;gt; 0xb5ef), seq 80:122, ack 196, win 229, options [nop,nop,TS val 185674 ecr 826850688], length 42&lt;BR /&gt;
E..^..@&lt;A href="mailto:.@...............T....h"&gt;.@...............T....h&lt;/A&gt;=............&lt;BR /&gt;
...J1H..mail FROM:&lt;A href="mailto:sender@myprovider.com"&gt;sender@myprovider.com&lt;/A&gt; size=1084&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;17:29:16.979670 IP (tos 0x0, ttl 64, id 49862, offset 0, flags [DF], proto TCP (6), length 86)&lt;BR /&gt;
    myhost.59090 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa887 (incorrect -&amp;gt; 0xb700), seq 122:156, ack 239, win 229, options [nop,nop,TS val 185687 ecr 826850702], length 34&lt;BR /&gt;
E..V..@&lt;A href="mailto:.@...............T....h"&gt;.@...............T....h&lt;/A&gt;=............&lt;BR /&gt;
...W1H..rcpt TO:&lt;A href="mailto:recipient1@spam.org"&gt;recipient1@spam.org&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;17:29:17.048417 IP (tos 0x0, ttl 64, id 49863, offset 0, flags [DF], proto TCP (6), length 91)&lt;BR /&gt;
    myhost.59090 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa88c (incorrect -&amp;gt; 0xe17e), seq 156:195, ack 247, win 229, options [nop,nop,TS val 185704 ecr 826850719], length 39&lt;BR /&gt;
E..[..@&lt;A href="mailto:.@...............T..1.h"&gt;.@...............T..1.h&lt;/A&gt;=............&lt;BR /&gt;
...h1H..rcpt TO:&lt;A href="mailto:recipient2@spam.org"&gt;recipient2@spam.org&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;17:29:17.090234 IP (tos 0x0, ttl 64, id 49864, offset 0, flags [DF], proto TCP (6), length 58)&lt;BR /&gt;
    myhost.59090 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa86b (incorrect -&amp;gt; 0xd4da), seq 195:201, ack 255, win 229, options [nop,nop,TS val 185714 ecr 826850729], length 6&lt;BR /&gt;
E..:..@&lt;A href="mailto:.@...............T..X.h"&gt;.@...............T..X.h&lt;/A&gt;=......k.....&lt;BR /&gt;
...r1H..data&lt;/P&gt;

&lt;P&gt;17:29:17.128545 IP (tos 0x0, ttl 64, id 49865, offset 0, flags [DF], proto TCP (6), length 1162)&lt;BR /&gt;
    myhost.59090 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xacbb (incorrect -&amp;gt; 0xd099), seq 201:1311, ack 301, win 229, options [nop,nop,TS val 185724 ecr 826850739], length 1110&lt;BR /&gt;
E.....@&lt;A href="mailto:.@..e............T"&gt;.@..e............T&lt;/A&gt;..^.h&amp;gt;............&lt;BR /&gt;
...|1H..Content-Type: multipart/mixed; boundary="===============7091665037830878556=="&lt;BR /&gt;
MIME-Version: 1.0&lt;BR /&gt;
Subject: Splunk Alert: myhost SSH Fail&lt;BR /&gt;
To: &lt;A href="mailto:recipient1@spam.org"&gt;recipient1@spam.org&lt;/A&gt;,&lt;A href="mailto:recipient2@spam.org"&gt;recipient2@spam.org&lt;/A&gt;&lt;BR /&gt;
From: &lt;A href="mailto:sender@myprovider.com"&gt;sender@myprovider.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;--===============7091665037830878556==&lt;BR /&gt;
MIME-Version: 1.0&lt;BR /&gt;
Content-Type: text/plain; charset="utf-8"&lt;BR /&gt;
Content-Transfer-Encoding: base64&lt;/P&gt;

&lt;P&gt;U2F2ZWQgc2VhcmNoIHJlc3VsdHMuCgpOYW1lOiAnQ2FyYm9uYXJhIFNTSCBGYWlsJwpRdWVyeSBU&lt;BR /&gt;
ZXJtczogJ2luZGV4PW9zIHByb2Nlc3M9c3NoZCBmYWlsKicKTGluayB0byByZXN1bHRzOiBodHRw&lt;BR /&gt;
czovL3BvZmZlcmJha2tlbi5jaGlja2Vua2lsbGVyLmNvbTo4MDAwL2FwcC9zZWFyY2gvc2VhcmNo&lt;BR /&gt;
P3E9JTdDbG9hZGpvYiUyMHJ0X3NjaGVkdWxlcl9fYWRtaW5fX3NlYXJjaF9fUk1ENWFjODk2YTdl&lt;BR /&gt;
MmQ0ZWJlMmVfYXRfMTM5MTAxNjUwOV8wLjElMjAlN0MlMjBoZWFkJTIwMSUyMCU3QyUyMHRhaWwl&lt;BR /&gt;
MjAxJmVhcmxpZXN0PTAmbGF0ZXN0PW5vdwpBbGVydCB3YXMgdHJpZ2dlcmVkIGJlY2F1c2Ugb2Y6&lt;BR /&gt;
ICdTYXZlZCBTZWFyY2ggW0NhcmJvbmFyYSBTU0ggRmFpbF06IGFsd2F5cygxKScKCgpKYW4gMjkg&lt;BR /&gt;
MTc6Mjk6MTIgY2FyYm9uYXJhIHNzaGRbNzY1NV06IEZhaWxlZCBwYXNzd29yZCBmb3IgaW52YWxp&lt;BR /&gt;
ZCB1c2VyIGZkNDMyM3Nmc2QgZnJvbSA4MC4xNjkuMTk4Ljg2IHBvcnQgMTc0ODMgc3NoMg==&lt;/P&gt;

&lt;P&gt;--===============7091665037830878556==--&lt;BR /&gt;
.&lt;/P&gt;

&lt;P&gt;17:29:17.291134 IP (tos 0x0, ttl 64, id 49866, offset 0, flags [DF], proto TCP (6), length 58)&lt;BR /&gt;
    myhost.59090 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa86b (incorrect -&amp;gt; 0xcd7c), seq 1311:1317, ack 373, win 229, options [nop,nop,TS val 185764 ecr 826850780], length 6&lt;BR /&gt;
E..:..@&lt;A href="mailto:.@...............T....h"&gt;.@...............T....h&lt;/A&gt;&amp;gt;L.....k.....&lt;BR /&gt;
....1H..quit&lt;BR /&gt;
&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2014 17:59:23 GMT</pubDate>
    <dc:creator>abonuccelli_spl</dc:creator>
    <dc:date>2014-01-29T17:59:23Z</dc:date>
    <item>
      <title>Error sending mail - (501, 'Syntax error in parameters or arguments', 'splunk@hostname')</title>
      <link>https://community.splunk.com/t5/Alerting/Error-sending-mail-501-Syntax-error-in-parameters-or-arguments/m-p/129578#M2042</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;trying to setup alerting, alert is hit however sendemail.py fails - I've configured this via UI.&lt;/P&gt;

&lt;P&gt;./var/log/splunk/splunkd.log:01-29-2014 16:18:29.590 +0000 ERROR ScriptRunner - stderr from '/opt/SPLUNK/splunk/etc/apps/search/bin/sendemail.py':  ERROR:root:(501, 'Syntax error in parameters or arguments', 'sender@provider') while sending mail to: &lt;A href="mailto:recipient1@spam.org"&gt;recipient1@spam.org&lt;/A&gt;,&lt;A href="mailto:recipient2@spam.org"&gt;recipient2@spam.org&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2014 16:45:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Error-sending-mail-501-Syntax-error-in-parameters-or-arguments/m-p/129578#M2042</guid>
      <dc:creator>abonuccelli_spl</dc:creator>
      <dc:date>2014-01-29T16:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error sending mail - (501, 'Syntax error in parameters or arguments', 'splunk@hostname')</title>
      <link>https://community.splunk.com/t5/Alerting/Error-sending-mail-501-Syntax-error-in-parameters-or-arguments/m-p/129579#M2043</link>
      <description>&lt;P&gt;Ok the error message was indeed relevant.&lt;BR /&gt;
&lt;A href="http://www.iana.org/assignments/smtp-enhanced-status-codes/smtp-enhanced-status-codes.xhtml"&gt;http://www.iana.org/assignments/smtp-enhanced-status-codes/smtp-enhanced-status-codes.xhtml&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;X.1.3   Bad destination mailbox address syntax  501 The destination address was syntactically invalid. This can apply to any field in the address. This code is only useful for permanent failures.&lt;BR /&gt;
X.1.8   Bad sender's system address 451, 501    The sender's system specified in the address does not exist or is incapable of accepting return mail. For domain names, this means the address portion to the right of the "@" is invalid for mail.&lt;/P&gt;

&lt;P&gt;Please note 501 can be caused by many other reasons, as described in link IANA above.&lt;BR /&gt;
In this specific it was due to incorrect values being sent by sendemail.py in FROM/TO fields&lt;/P&gt;

&lt;P&gt;I've changed below hostnames/emails for obvious reasons.&lt;BR /&gt;
Figured it out with tcpdump capture with dst=mailserver &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
17:24:58.534100 IP (tos 0x0, ttl 64, id 21199, offset 0, flags [DF], proto TCP (6), length 79)&lt;BR /&gt;
    myhost.58821 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa880 (incorrect -&amp;gt; 0x175e), seq 0:27, ack 53, win 229, options [nop,nop,TS val 121075 ecr 826786090], length 27&lt;BR /&gt;
E..OR.@&lt;A href="mailto:.@"&gt;.@&lt;/A&gt;.?.............yZ.................&lt;BR /&gt;
....1G.*ehlo myhost.mydomain.net&lt;BR /&gt;
17:24:58.579118 IP (tos 0x0, ttl 64, id 21200, offset 0, flags [DF], proto TCP (6), length 105)&lt;BR /&gt;
    myhost.58821 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa89a (incorrect -&amp;gt; 0xde92), seq 27:80, ack 166, win 229, options [nop,nop,TS val 121086 ecr 826786101], length 53&lt;BR /&gt;
E..iR.@&lt;A href="mailto:.@"&gt;.@&lt;/A&gt;.?.............yZ./...-...........&lt;BR /&gt;
....1G.5AUTH PLAIN AGJvbnVjYS5zb2NAZ214LmNvbQBhZGZiNDI5aw==&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;17:24:59.400131 IP (tos 0x0, ttl 64, id 21201, offset 0, flags [DF], proto TCP (6), length 97)&lt;BR /&gt;
    myhost.58821 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa892 (incorrect -&amp;gt; 0x73ee), seq 80:125, ack 196, win 229, options [nop,nop,TS val 121292 ecr 826786306], length 45&lt;BR /&gt;
E..aR.@&lt;A href="mailto:.@"&gt;.@&lt;/A&gt;.?.............yZ.d...K...........&lt;BR /&gt;
....1G..mail FROM:&lt;B&gt;&amp;lt;sender@myprovider&amp;gt;&lt;/B&gt; size=1106&lt;BR /&gt;
    myhost.58821 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa86b (incorrect -&amp;gt; 0x2737), seq 125:131, ack 241, win 229, options [nop,nop,TS val 121302 ecr 826786317], length 6&lt;BR /&gt;
E..:R.@&lt;A href="mailto:.@"&gt;.@&lt;/A&gt;.?.............yZ.....x.....k.....&lt;BR /&gt;
rset1G.&lt;BR /&gt;
&lt;/P&gt;

&lt;P&gt;&amp;lt;&lt;A href="mailto:sender@myprovider"&gt;sender@myprovider&lt;/A&gt;&amp;gt; is not correct&lt;/P&gt;

&lt;P&gt;Adding &lt;BR /&gt;
action.email.from = &lt;A href="mailto:sender@myprovider.com"&gt;sender@myprovider.com&lt;/A&gt;&lt;BR /&gt;
to relevant savedsearches.conf did the trick&lt;/P&gt;

&lt;P&gt;so&lt;/P&gt;

&lt;P&gt;egrep action etc/apps/search/local/savedsearches.conf &lt;BR /&gt;
action.email = 1&lt;BR /&gt;
action.email.inline = 1&lt;BR /&gt;
action.email.reportServerEnabled = 0&lt;BR /&gt;
action.email.sendresults = 1&lt;BR /&gt;
action.email.from = &lt;A href="mailto:sender@myprovider.com"&gt;sender@myprovider.com&lt;/A&gt;&lt;BR /&gt;
action.email.to = &lt;A href="mailto:recipient1@spam.com"&gt;recipient1@spam.com&lt;/A&gt;,&lt;A href="mailto:recipient2@spam.com"&gt;recipient2@spam.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
17:29:16.929763 IP (tos 0x0, ttl 64, id 49861, offset 0, flags [DF], proto TCP (6), length 94)&lt;BR /&gt;
    myhost.59090 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa88f (incorrect -&amp;gt; 0xb5ef), seq 80:122, ack 196, win 229, options [nop,nop,TS val 185674 ecr 826850688], length 42&lt;BR /&gt;
E..^..@&lt;A href="mailto:.@...............T....h"&gt;.@...............T....h&lt;/A&gt;=............&lt;BR /&gt;
...J1H..mail FROM:&lt;A href="mailto:sender@myprovider.com"&gt;sender@myprovider.com&lt;/A&gt; size=1084&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;17:29:16.979670 IP (tos 0x0, ttl 64, id 49862, offset 0, flags [DF], proto TCP (6), length 86)&lt;BR /&gt;
    myhost.59090 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa887 (incorrect -&amp;gt; 0xb700), seq 122:156, ack 239, win 229, options [nop,nop,TS val 185687 ecr 826850702], length 34&lt;BR /&gt;
E..V..@&lt;A href="mailto:.@...............T....h"&gt;.@...............T....h&lt;/A&gt;=............&lt;BR /&gt;
...W1H..rcpt TO:&lt;A href="mailto:recipient1@spam.org"&gt;recipient1@spam.org&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;17:29:17.048417 IP (tos 0x0, ttl 64, id 49863, offset 0, flags [DF], proto TCP (6), length 91)&lt;BR /&gt;
    myhost.59090 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa88c (incorrect -&amp;gt; 0xe17e), seq 156:195, ack 247, win 229, options [nop,nop,TS val 185704 ecr 826850719], length 39&lt;BR /&gt;
E..[..@&lt;A href="mailto:.@...............T..1.h"&gt;.@...............T..1.h&lt;/A&gt;=............&lt;BR /&gt;
...h1H..rcpt TO:&lt;A href="mailto:recipient2@spam.org"&gt;recipient2@spam.org&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;17:29:17.090234 IP (tos 0x0, ttl 64, id 49864, offset 0, flags [DF], proto TCP (6), length 58)&lt;BR /&gt;
    myhost.59090 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa86b (incorrect -&amp;gt; 0xd4da), seq 195:201, ack 255, win 229, options [nop,nop,TS val 185714 ecr 826850729], length 6&lt;BR /&gt;
E..:..@&lt;A href="mailto:.@...............T..X.h"&gt;.@...............T..X.h&lt;/A&gt;=......k.....&lt;BR /&gt;
...r1H..data&lt;/P&gt;

&lt;P&gt;17:29:17.128545 IP (tos 0x0, ttl 64, id 49865, offset 0, flags [DF], proto TCP (6), length 1162)&lt;BR /&gt;
    myhost.59090 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xacbb (incorrect -&amp;gt; 0xd099), seq 201:1311, ack 301, win 229, options [nop,nop,TS val 185724 ecr 826850739], length 1110&lt;BR /&gt;
E.....@&lt;A href="mailto:.@..e............T"&gt;.@..e............T&lt;/A&gt;..^.h&amp;gt;............&lt;BR /&gt;
...|1H..Content-Type: multipart/mixed; boundary="===============7091665037830878556=="&lt;BR /&gt;
MIME-Version: 1.0&lt;BR /&gt;
Subject: Splunk Alert: myhost SSH Fail&lt;BR /&gt;
To: &lt;A href="mailto:recipient1@spam.org"&gt;recipient1@spam.org&lt;/A&gt;,&lt;A href="mailto:recipient2@spam.org"&gt;recipient2@spam.org&lt;/A&gt;&lt;BR /&gt;
From: &lt;A href="mailto:sender@myprovider.com"&gt;sender@myprovider.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;--===============7091665037830878556==&lt;BR /&gt;
MIME-Version: 1.0&lt;BR /&gt;
Content-Type: text/plain; charset="utf-8"&lt;BR /&gt;
Content-Transfer-Encoding: base64&lt;/P&gt;

&lt;P&gt;U2F2ZWQgc2VhcmNoIHJlc3VsdHMuCgpOYW1lOiAnQ2FyYm9uYXJhIFNTSCBGYWlsJwpRdWVyeSBU&lt;BR /&gt;
ZXJtczogJ2luZGV4PW9zIHByb2Nlc3M9c3NoZCBmYWlsKicKTGluayB0byByZXN1bHRzOiBodHRw&lt;BR /&gt;
czovL3BvZmZlcmJha2tlbi5jaGlja2Vua2lsbGVyLmNvbTo4MDAwL2FwcC9zZWFyY2gvc2VhcmNo&lt;BR /&gt;
P3E9JTdDbG9hZGpvYiUyMHJ0X3NjaGVkdWxlcl9fYWRtaW5fX3NlYXJjaF9fUk1ENWFjODk2YTdl&lt;BR /&gt;
MmQ0ZWJlMmVfYXRfMTM5MTAxNjUwOV8wLjElMjAlN0MlMjBoZWFkJTIwMSUyMCU3QyUyMHRhaWwl&lt;BR /&gt;
MjAxJmVhcmxpZXN0PTAmbGF0ZXN0PW5vdwpBbGVydCB3YXMgdHJpZ2dlcmVkIGJlY2F1c2Ugb2Y6&lt;BR /&gt;
ICdTYXZlZCBTZWFyY2ggW0NhcmJvbmFyYSBTU0ggRmFpbF06IGFsd2F5cygxKScKCgpKYW4gMjkg&lt;BR /&gt;
MTc6Mjk6MTIgY2FyYm9uYXJhIHNzaGRbNzY1NV06IEZhaWxlZCBwYXNzd29yZCBmb3IgaW52YWxp&lt;BR /&gt;
ZCB1c2VyIGZkNDMyM3Nmc2QgZnJvbSA4MC4xNjkuMTk4Ljg2IHBvcnQgMTc0ODMgc3NoMg==&lt;/P&gt;

&lt;P&gt;--===============7091665037830878556==--&lt;BR /&gt;
.&lt;/P&gt;

&lt;P&gt;17:29:17.291134 IP (tos 0x0, ttl 64, id 49866, offset 0, flags [DF], proto TCP (6), length 58)&lt;BR /&gt;
    myhost.59090 &amp;gt; mail.myprovider.com.smtp: Flags [P.], cksum 0xa86b (incorrect -&amp;gt; 0xcd7c), seq 1311:1317, ack 373, win 229, options [nop,nop,TS val 185764 ecr 826850780], length 6&lt;BR /&gt;
E..:..@&lt;A href="mailto:.@...............T....h"&gt;.@...............T....h&lt;/A&gt;&amp;gt;L.....k.....&lt;BR /&gt;
....1H..quit&lt;BR /&gt;
&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2014 17:59:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Error-sending-mail-501-Syntax-error-in-parameters-or-arguments/m-p/129579#M2043</guid>
      <dc:creator>abonuccelli_spl</dc:creator>
      <dc:date>2014-01-29T17:59:23Z</dc:date>
    </item>
  </channel>
</rss>

