Community Discussions and Support
Duplicated Message

[quote user="mkskchun"]

Okay, that makes sense.  Now, we were able to print the duplicate emails, both have identical body and subject line.  From one email, the "to:" and "Copies to:" both have each recipient's email address twice, also, there is an unknown email address added there only once.  On the second email, each "To:" and "Copies to:" only have the recipients once. 

 Ex:

Email 1: To: Unkown email address, 1a, 1a  Copies To: 1b, 1c, 1d, 1e, 1f, 1b, 1e, 1d, 1c

Email 2: To: 1a Copies To: 1f, 1b, 1e, 1d, 1c

Where a= person 1, b= person 2, .... & in that order

Thanks,

Matt

[/quote]

First, is it "Copies To:" or "Copies-To:"? IIRC, mail header tags cannot have a space in them, and if you've got something set up to add such a header (such as custom headers), it may be messing things up. There are also options to add other special headers, like Reply-To:, etc. However, for the most part, other than making sure they are valid, mailservers don't pay much attention to the "To:", "From: and other such lines in the mail message. When you send a message, the mail client action actually creates an "envelope" that contains the real from and to data, that looks something like this:

>> 220 smtp.myhost.com ESMTP

<< EHLO [mycomputername]

>> 250-smtp.myhost.com

... (protocol negotiations go here) ...

<< MAIL FROM:<myrealemailaddress@myrealhost.com>

>> 250 ok

<< RCPT TO:<yourrealemailaddress@yourrealhost.com>

>> 250 ok

<< DATA

>> 354 go ahead

<< From: "Ha-ha, fooled you!" <fakeemail@planetmars.com>

<< To: "And again!" <nosuchrealemail@oriongalaxycolonies.org>

<< Subject: All the headers in this mail are faked!

<<

<< (The body follows a single blank line separating it from the headers..)

<< But the mailserver does not care about the From: or To: headers, it gets delivery information from the "MAIL FROM" and "RCPT TO" lines

<< which were sent before sending the mail headers and body. And those are the addresses the mail is really from and to. the rest are ignored.

<< (And a single "." on a line by itself tells the mailserver the message is done..)

<< .

>> 250 ok

<< quit

>> 221 smtp.myhost.com

The thing to understand here is that the From:, To:, Cc:, Copies-To:, and just about every other header is pretty much ignored (there are a few that are not, and most are only checked for valid syntax and such). So if you're receiving duplicate mails, either the server is misconfigured (accidentally or intentionally..), or you have something in your setup that is causing PMail to send multiple "RCPT TO:" lines (and notice that unlike mail headers, the envelope tags DO have spaces in them). You'll need to find out which..

Try this: In your PMail Internet Options, checkmark the box that creates session logs (for debug purposes). Then send a test mail. Then, in your PMail user data folder, it should create a file like "TCP0001.WPM" which is simply a text file log, that you can open in notepad or something, of the transaction between PMail and your mailserver, and will look somewhat like the fake transaction I made above. Armed with the info in this transaction logfile, you can look at what PMail is actually sending the mailserver, including the envelope and unmodified mail headers, and see if they provide a clue what is going on.

If all looks well, and there's only one "RCPT TO" to the person getting double, then the mailserver is (in protocol violation) adding a second one on its own. (This could be a bug, or it could be an indication someone set up a snoop server between you and your real email server..)

If that doesn't help you figure it out, edit the log a little to remove any extraneous info and private info/passwords, etc, and post the log here. (When editing things like email addresses, replace them with stuff like person1@email.com or something.. 1a, 1b, 1c and stuff looks confusing.. and worse, in some environments, those ARE valid addresses. We'll need to see exactly which form of addresses are being used..)

Regards,
C. M.

[quote user=&quot;mkskchun&quot;]&lt;P&gt;Okay, that makes sense.&amp;nbsp; Now, we were able to print the duplicate emails, both have identical body and subject line.&amp;nbsp; From one email, the &quot;to:&quot; and &quot;Copies to:&quot; both have each recipient&#039;s email address twice, also, there is an unknown email address added there only once.&amp;nbsp; On the second email, each &quot;To:&quot; and &quot;Copies to:&quot; only have the recipients once.&amp;nbsp; &lt;/P&gt; &lt;P&gt;&amp;nbsp;Ex:&lt;/P&gt; &lt;P&gt;Email 1: To: Unkown email address, 1a, 1a&amp;nbsp; Copies To: 1b, 1c, 1d, 1e, 1f, 1b, 1e, 1d, 1c&lt;/P&gt; &lt;P&gt;Email 2: To: 1a Copies To: 1f, 1b, 1e, 1d, 1c&lt;/P&gt; &lt;P&gt;Where a= person 1, b= person 2, .... &amp;amp; in that order&lt;/P&gt; &lt;P&gt;Thanks,&lt;/P&gt; &lt;P&gt;Matt&lt;/P&gt;[/quote] &lt;p&gt;First, is it &quot;Copies To:&quot; or &quot;Copies-To:&quot;? IIRC, mail header tags cannot have a space in them, and if you&#039;ve got something set up to add such a header (such as custom headers), it may be messing things up. There are also options to add other special headers, like Reply-To:, etc. However, for the most part, other than making sure they are valid, mailservers don&#039;t pay much attention to the &quot;To:&quot;, &quot;From: and other such lines in the mail message. When you send a message, the mail client action actually creates an &quot;envelope&quot; that contains the real from and to data, that looks something like this:&lt;/p&gt; &lt;p&gt;&amp;gt;&amp;gt; 220 smtp.myhost.com ESMTP &amp;lt;&amp;lt; EHLO [mycomputername] &amp;gt;&amp;gt; 250-smtp.myhost.com ... (protocol negotiations go here) ... &amp;lt;&amp;lt; MAIL FROM:&amp;lt;myrealemailaddress@myrealhost.com&amp;gt; &amp;gt;&amp;gt; 250 ok &amp;lt;&amp;lt; RCPT TO:&amp;lt;yourrealemailaddress@yourrealhost.com&amp;gt; &amp;gt;&amp;gt; 250 ok &amp;lt;&amp;lt; DATA &amp;gt;&amp;gt; 354 go ahead &amp;lt;&amp;lt; From: &quot;Ha-ha, fooled you!&quot; &amp;lt;fakeemail@planetmars.com&amp;gt; &amp;lt;&amp;lt; To: &quot;And again!&quot; &amp;lt;nosuchrealemail@oriongalaxycolonies.org&amp;gt; &amp;lt;&amp;lt; Subject: All the headers in this mail are faked! &amp;lt;&amp;lt; &amp;lt;&amp;lt; (The body follows a single blank line separating it from the headers..) &amp;lt;&amp;lt; But the mailserver does not care about the From: or To: headers, it gets delivery information from the &quot;MAIL FROM&quot; and &quot;RCPT TO&quot; lines &amp;lt;&amp;lt; which were sent before sending the mail headers and body. And those are the addresses the mail is really from and to. the rest are ignored. &amp;lt;&amp;lt; (And a single &quot;.&quot; on a line by itself tells the mailserver the message is done..) &amp;lt;&amp;lt; . &amp;gt;&amp;gt; 250 ok &amp;lt;&amp;lt; quit &amp;gt;&amp;gt; 221 smtp.myhost.com&lt;/p&gt; &lt;p&gt;The thing to understand here is that the From:, To:, Cc:, Copies-To:, and just about every other header is pretty much ignored (there are a few that are not, and most are only checked for valid syntax and such). So if you&#039;re receiving duplicate mails, either the server is misconfigured (accidentally or intentionally..), or you have something in your setup that is causing PMail to send multiple &quot;RCPT TO:&quot; lines (and notice that unlike mail headers, the envelope tags DO have spaces in them). You&#039;ll need to find out which..&lt;/p&gt; &lt;p&gt;Try this: In your PMail Internet Options, checkmark the box that creates session logs (for debug purposes). Then send a test mail. Then, in your PMail user data folder, it should create a file like &quot;TCP0001.WPM&quot; which is simply a text file log, that you can open in notepad or something, of the transaction between PMail and your mailserver, and will look somewhat like the fake transaction I made above. Armed with the info in this transaction logfile, you can look at what PMail is actually sending the mailserver, including the envelope and unmodified mail headers, and see if they provide a clue what is going on.&lt;/p&gt; &lt;p&gt;If all looks well, and there&#039;s only one &quot;RCPT TO&quot; to the person getting double, then the mailserver is (in protocol violation) adding a second one on its own. (This could be a bug, or it could be an indication someone set up a snoop server between you and your real email server..)&lt;/p&gt; &lt;p&gt;If that doesn&#039;t help you figure it out, edit the log a little to remove any extraneous info and private info/passwords, etc, and post the log here. (When editing things like email addresses, replace them with stuff like person1@email.com or something.. 1a, 1b, 1c and stuff looks confusing.. and worse, in some environments, those ARE valid addresses. We&#039;ll need to see exactly which form of addresses are being used..)&lt;/p&gt; &lt;p&gt;Regards, C. M.&lt;/p&gt;

When sending an email through Pegasus 4.44, for some reason I get that message twice in another person's email using Pegasus 4.44.  I noted that when sending the email, it said "STMP: sending (1 of 1) and along the bottom right, it said "Queued 2 of 2."  Does this mean Pegasus is sending 2 emails?

&lt;P class=MsoNormal style=&quot;MARGIN: 0in 0in 0pt&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: Arial&quot;&gt;When sending an email through Pegasus 4.44, for some reason I get that message twice in another person&#039;s email using Pegasus 4.44.&amp;nbsp; I noted that when sending the email, it said &quot;STMP: sending (1 of 1) and along the bottom right, it said &quot;Queued 2 of 2.&quot;&amp;nbsp; Does this mean Pegasus is sending 2 emails?&lt;/SPAN&gt;&lt;/P&gt;

actually no from the FAQ

Ref: http://community.pmail.com/forums/thread/79.aspx

 

Problem:  When I send an

Internet message, the Pegasus Mail status bar shows two messages being

sent, even though I actually only sent one? What is the mysterious

second message?

Answer:  Only one message is

actually sent. For a brief period while the message is being processed,

two copies of it exist in the mail queue - the "interim" version that

you created when you pressed the "Send" button in the message editor,

and a "final form" version prepared by Pegasus Mail for delivery to the

Internet. Once the final form version has been successfully sent, the

interim version is deleted. Pegasus Mail is simply being over-helpful

in reporting the existence of both versions to you.

 

 

&lt;p&gt;actually no from the FAQ &lt;/p&gt;&lt;p&gt;Ref: http://community.pmail.com/forums/thread/79.aspx&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#ff0000&quot;&gt;&lt;em&gt;Problem:&lt;/em&gt;&lt;/font&gt;&amp;nbsp; When I send an Internet message, the Pegasus Mail status bar shows two messages being sent, even though I actually only sent one? What is the mysterious second message?&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;&lt;em&gt;&lt;font color=&quot;#008000&quot;&gt;Answer:&lt;/font&gt;&amp;nbsp; Only one message is actually sent. For a brief period while the message is being processed, two copies of it exist in the mail queue - the &quot;interim&quot; version that you created when you pressed the &quot;Send&quot; button in the message editor, and a &quot;final form&quot; version prepared by Pegasus Mail for delivery to the Internet. Once the final form version has been successfully sent, the interim version is deleted. Pegasus Mail is simply being over-helpful in reporting the existence of both versions to you&lt;/em&gt;.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;

Okay, that makes sense.  Now, we were able to print the duplicate emails, both have identical body and subject line.  From one email, the "to:" and "Copies to:" both have each recipient's email address twice, also, there is an unknown email address added there only once.  On the second email, each "To:" and "Copies to:" only have the recipients once. 

 Ex:

Email 1: To: Unkown email address, 1a, 1a  Copies To: 1b, 1c, 1d, 1e, 1f, 1b, 1e, 1d, 1c

Email 2: To: 1a Copies To: 1f, 1b, 1e, 1d, 1c

Where a= person 1, b= person 2, .... & in that order

Thanks,

Matt

&lt;P&gt;Okay, that makes sense.&amp;nbsp; Now, we were able to print the duplicate emails, both have identical body and subject line.&amp;nbsp; From one email, the &quot;to:&quot; and &quot;Copies to:&quot; both have each recipient&#039;s email address twice, also, there is an unknown email address added there only once.&amp;nbsp; On the second email, each &quot;To:&quot; and &quot;Copies to:&quot; only have the recipients once.&amp;nbsp; &lt;/P&gt; &lt;P&gt;&amp;nbsp;Ex:&lt;/P&gt; &lt;P&gt;Email 1: To: Unkown email address, 1a, 1a&amp;nbsp; Copies To: 1b, 1c, 1d, 1e, 1f, 1b, 1e, 1d, 1c&lt;/P&gt; &lt;P&gt;Email 2: To: 1a Copies To: 1f, 1b, 1e, 1d, 1c&lt;/P&gt; &lt;P&gt;Where a= person 1, b= person 2, .... &amp;amp; in that order&lt;/P&gt; &lt;P&gt;Thanks,&lt;/P&gt; &lt;P&gt;Matt&lt;/P&gt;

PM 4.44 ?

Did a miss a few updates?

I have 4.41 here.

 

&lt;p&gt;PM 4.44 ?&lt;/p&gt;&lt;p&gt;Did a miss a few updates?&lt;/p&gt;&lt;p&gt;I have 4.41 here.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft