![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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. |
Ads |
#2
|
|||
|
|||
![]()
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/do...vice/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/pr...8-1171988A62D6 Please deliver feedback to the newsgroup, so that others can be helped. "Capomaestro" wrote in message ... 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. |
#3
|
|||
|
|||
![]()
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" wrote in message ... 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/do...vice/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/pr...8-1171988A62D6 Please deliver feedback to the newsgroup, so that others can be helped. "Capomaestro" wrote in message ... 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. |
#4
|
|||
|
|||
![]()
I don't know that there is an RFC that dictates the format of the end of a
header. And if the spam is not sent via OE, then the format can be quite different. Try Lotus Notes for instance for weirdness of formatting. steve "Capomaestro" wrote in message ... 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" wrote in message ... 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/do...vice/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/pr...8-1171988A62D6 Please deliver feedback to the newsgroup, so that others can be helped. "Capomaestro" wrote in message ... 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. |
#5
|
|||
|
|||
![]()
Ahh, yes there is - RFC2822::2.1 (http://www.rfc.net/rfc2822.html#s2.1.) -
__________________________________________________ ___________________________________ A message consists of header fields (collectively called "the header of the message") followed, optionally, by a body. The header is a sequence of lines of characters with special syntax as defined in this standard. The body is simply a sequence of characters that follows the header and is separated from the header by an empty line (i.e., a line with nothing preceding the CRLF). __________________________________________________ ___________________________________ "Steve Cochran" wrote in message ... I don't know that there is an RFC that dictates the format of the end of a header. And if the spam is not sent via OE, then the format can be quite different. Try Lotus Notes for instance for weirdness of formatting. steve "Capomaestro" wrote in message ... 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" wrote in message ... 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/do...vice/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/pr...8-1171988A62D6 Please deliver feedback to the newsgroup, so that others can be helped. snip |
#6
|
|||
|
|||
![]()
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" wrote in message ... 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" wrote in message ... 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/do...vice/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/pr...8-1171988A62D6 Please deliver feedback to the newsgroup, so that others can be helped. "Capomaestro" wrote in message ... 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. |
#7
|
|||
|
|||
![]()
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" wrote in message ... 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" wrote in message ... 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" wrote in message ... 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/do...vice/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/pr...8-1171988A62D6 Please deliver feedback to the newsgroup, so that others can be helped. "Capomaestro" wrote in message ... 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. |
#8
|
|||
|
|||
![]()
Okay, but one line (CRLF) is 0x0D0A and you are looking for 2 lines. It
doesn't specify two lines in the RFC you quote below. steve "Capomaestro" wrote in message ... Ahh, yes there is - RFC2822::2.1 (http://www.rfc.net/rfc2822.html#s2.1.) - __________________________________________________ ___________________________________ A message consists of header fields (collectively called "the header of the message") followed, optionally, by a body. The header is a sequence of lines of characters with special syntax as defined in this standard. The body is simply a sequence of characters that follows the header and is separated from the header by an empty line (i.e., a line with nothing preceding the CRLF). __________________________________________________ ___________________________________ "Steve Cochran" wrote in message ... I don't know that there is an RFC that dictates the format of the end of a header. And if the spam is not sent via OE, then the format can be quite different. Try Lotus Notes for instance for weirdness of formatting. steve "Capomaestro" wrote in message ... 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" wrote in message ... 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/do...vice/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/pr...8-1171988A62D6 Please deliver feedback to the newsgroup, so that others can be helped. snip |
#9
|
|||
|
|||
![]()
Well, OE in Vista is Windows Mail, so any OE issue can be "escalated" to
WinMail. Its the same program that has been "enhanced" and renamed. steve "N. Miller" wrote in message ... On Wed, 18 Oct 2006 07:42:42 +0100, Capomaestro wrote: Perhaps someone can suggest how to convince the spammers to upgrade rather than asking M$ to fix the rules engine? Except that MS Outlook Express is "EOL", AFAIK. I don't think the MSFT programmers have any more real enhancements planned for that product. {Note: "EOL" = "End Of Life"} -- Norman ~Oh Lord, why have you come ~To Konnyu, with the Lion and the Drum |
#10
|
|||
|
|||
![]()
RTFP, Steve-o :
__________________________________________________ __________________ 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 __________________________________________________ __________________ "Steve Cochran" wrote in message ... Okay, but one line (CRLF) is 0x0D0A and you are looking for 2 lines. It doesn't specify two lines in the RFC you quote below. steve "Capomaestro" wrote in message ... Ahh, yes there is - RFC2822::2.1 (http://www.rfc.net/rfc2822.html#s2.1.) - __________________________________________________ ___________________________________ A message consists of header fields (collectively called "the header of the message") followed, optionally, by a body. The header is a sequence of lines of characters with special syntax as defined in this standard. The body is simply a sequence of characters that follows the header and is separated from the header by an empty line (i.e., a line with nothing preceding the CRLF). __________________________________________________ ___________________________________ "Steve Cochran" wrote in message ... I don't know that there is an RFC that dictates the format of the end of a header. And if the spam is not sent via OE, then the format can be quite different. Try Lotus Notes for instance for weirdness of formatting. steve "Capomaestro" wrote in message ... 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" wrote in message ... 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/do...vice/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/pr...8-1171988A62D6 Please deliver feedback to the newsgroup, so that others can be helped. snip |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Archive creates empty folders only | Mikael Schvili | Outlook - Installation | 3 | October 14th 06 05:53 AM |
Past in Outlook creates wastebasket erro | [email protected] | Outlook - General Queries | 1 | July 31st 06 03:43 PM |
Threading creates issues in OL 2000 | Vinayakc | Add-ins for Outlook | 0 | July 28th 06 08:28 PM |
Outlook creates a profile on its own | [email protected] | Outlook - General Queries | 2 | March 23rd 06 04:59 AM |
Outlook creates duplicate appointments | Jools Southcote | Outlook - Calandaring | 1 | January 12th 06 05:16 PM |