Re: MimeOLE V6.00.2900.2180 creates incorrect X- header

Tech-Archive recommends: Speed Up your PC by fixing your registry



Was this a question or a statement? -
Are you seeing the MSIMN.EXE in the task manager go to near 100% CPU utilization when this happens.

No. OE6 is a 'well-behaved' Windoze application, relinquishing the CPU to the Windoze message loop periodically.

You too (RTFP)?
If you change the message rule action to something other than Delete from Server (or Do not download), such as move to another
folder, does the same problem occur?
_______________________________________________________________
OE 6.00.2800.1807 client successfully downloads the defective
messages and
correctly applies a 'local' mail rule -

Apply this rule after the message arrives
Where the Subject line contains '<<POTENTIAL-SPAM>>'
and
Where the message is from the Some Network account
Delete it

_______________________________________________________________

Face it, OE6's rules engine is broken. There is no NG fix for this other than an MVP sending in a defect report.

"Michael Santovec" <michael_santovec@xxxxxxxxxxx> wrote in message news:eSJbrH88GHA.4224@xxxxxxxxxxxxxxxxxxxxxxx
Are you using any anti-virus set to scan e-mail or a anti-spam program
or POP3 proxy that sits between OE and the POP3 server that might be
causing problems?

Are you seeing the MSIMN.EXE in the task manager go to near 100% CPU
utilization when this happens.

If you change the message rule action to something other than Delete
from Server (or Do not download), such as move to another folder, does
the same problem occur?

--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm


"Capomaestro" <Nobody@xxxxxxxx> wrote in message
news:eAsKdZv8GHA.4996@xxxxxxxxxxxxxxxxxxxxxxx
Correct. The POP3 server sends the headers and then the OE rules
engine loops when it encounters the defective empty header when it
is directed to 'Delete it from server'.

"Michael Santovec" <michael_santovec@xxxxxxxxxxx> wrote in message
news:eBtzY%23t8GHA.4620@xxxxxxxxxxxxxxxxxxxxxxx
I'm not clear on what your issue is.

Are you saying that OE goes into a loop and hangs when using the
message
rule?

As for the TOP command, the POP3 server sends a period on a line by
itself to indicate that it has sent the whole response. This is the
same as the RETR command. It's up to the POP3 server to determine
where
the header ends.

--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm


"Capomaestro" <Nobody@xxxxxxxx> wrote in message
news:uOhowDo8GHA.3280@xxxxxxxxxxxxxxxxxxxxxxx
Right. And someone does not read posts before touting freeware
with
broken links
(http://service.schlund.de/service/download/magic29.zip). But
that's
not the point.

The OE client IS searching the SUBJECT header for the string
'<<POTENTIAL-SPAM>>'. Here is what the client issues (POP3
commands) -

STAT
<messages?>
[yes - LIST]
[no - QUIT]
msgLoopLIST :
<last message?>
[yes - =>msgLoopRETR]
TOP n 0 (n = message number)
(search stream for 0xOD0A0D0A to ensure all headers sent)
<SUBJECT contains '<<POTENTIAL-SPAM>>'?>
[yes - issue DELE n command]
=>msgLoopLIST
msgLoopRETR :
{blah, blah, blah}

The search for the final header loops because of the malformed EOM
(0x0D0A0A). This is a *normal* programming mechanism for
determining EOM in text-based messages.

Perhaps someone can suggest how to convince the spammers to upgrade
rather than asking M$ to fix the rules engine?


"Jim Pickering" <jimp@xxxxxxxx> wrote in message
news:OG9IBHj8GHA.2268@xxxxxxxxxxxxxxxxxxxxxxx
You cannot do that with the limited rule set available for Outlook
Express.
I'd suggest a 3rd party program to do what you have in mind such
as
Magic
mail monitor:

MagicMailMonitor
http://service.schlund.de/service/download/alteservice/magic.zip

You can set it up to always run at startup and use it to quickly
monitor and
delete messages. Outlook Express can only check for "text" in the
To, From,
Subject before downloading the message. To delete a message from
the
server
based on some other line in the headers using a message rule will
not
work.
Sorry.

As for users who are still running v. 6.00.2900.2180, is there
some
reason
that they are not installing updates from Microsoft. Such a
version
is
really out of date.
--
Jim Pickering, MVP, Windows Mail Apps
https://mvp.support.microsoft.com/profile=F9F51EF1-4AE3-4D23-B2D8-1171988A62D6
Please deliver feedback to the newsgroup, so that others can be
helped.







"Capomaestro" <Nobody@xxxxxxxx> wrote in message
news:OyIz5li8GHA.4304@xxxxxxxxxxxxxxxxxxxxxxx
Here is the problem -

000002a0h: 31 38 30 0D 0A 58 2D 4D 69 6D 65 4F 4C 45 3A 20 ;
180..X-MimeOLE:
000002b0h: 50 72 6F 64 75 63 65 64 20 42 79 20 4D 69 63 72 ;
Produced By
Micr
000002c0h: 6F 73 6F 66 74 20 4D 69 6D 65 4F 4C 45 20 56 36 ;
osoft
MimeOLE
V6
000002d0h: 2E 30 30 2E 32 39 30 30 2E 32 31 38 30 0D 0A 0A ;
.00.2900.2180...

...and

000002a0h: 2E 32 39 30 30 2E 32 31 38 30 0D 0A 58 2D 4D 69 ;
.2900.2180..X-Mi
000002b0h: 6D 65 4F 4C 45 3A 20 50 72 6F 64 75 63 65 64 20 ;
meOLE:
Produced
000002c0h: 42 79 20 4D 69 63 72 6F 73 6F 66 74 20 4D 69 6D ; By
Microsoft
Mim
000002d0h: 65 4F 4C 45 20 56 36 2E 30 30 2E 32 39 30 30 2E ;
eOLE
V6.00.2900.
000002e0h: 32 31 38 30 0D 0A 0A 54 68 69 73 20 69 73 20 61 ;
2180...This
is a

The mail rule is -

Where the Subject line contains '<<POTENTIAL-SPAM>>'
and
Where the message is from the Some Network account
Delete it from server

But the rule engine loops searching for the required 0x0D0A0D0A

The problem appears with M$'s X-MimeOLE V6.00.2900.2180 headers.
Messages
produced with the X-MimeOLE V6.00.2900.2962 contain the
required CR (0x0D).

OE 6.00.2800.1807 client successfully downloads the defective
messages and
correctly applies a 'local' mail rule -

Apply this rule after the message arrives
Where the Subject line contains '<<POTENTIAL-SPAM>>'
and
Where the message is from the Some Network account
Delete it

I want to continue avoiding the complete message download by
having
OE
scan the headers and delete them directly from the POP3
server.














.



Relevant Pages

  • Re: MimeOLE V6.00.2900.2180 creates incorrect X- header
    ... from Server, such as move to another folder, does ... engine loops when it encounters the defective empty header when it ... the POP3 server sends a period on a line by ... correctly applies a 'local' mail rule - ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: leave messages on server
    ... all messages constantly reappear on the same Eudora ... *guess* is that your ISP may have changed server software. ... The best guess I have is that your ISP had been running a POP3 server ... the server does not support the Status header. ...
    (comp.mail.eudora.mac)
  • [NT] Port80 Software ServerMask Inconsistencies
    ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... IIS servers by obfuscating header fields within HTTP responses: ... "ServerMask 2.0 removes or modifies unnecessary response data. ... provide reliable clues to the server being Microsoft IIS. ...
    (Securiteam)
  • Re: minimal httpd response
    ... RST, abortively closing the connection. ... The responsibilities of an HTTP/1.1 proxy, and of an HTTP/1.1 server ... user agent, without a proxy, first, and then try to deal ... Connection header; with a Content-length header; or with the chunked ...
    (comp.programming)
  • Re: I want my MOM
    ... >> 5) Require that the header MUST have the content-length ... >> again slam the server with never ending data until it dies. ... server to have a reason to boot bad clients. ... Another thing a pre-sized protocol does is make it much harder to have ...
    (comp.lang.ruby)