Regular Expressions in Eudora Filters

This is a discussion on Regular Expressions in Eudora Filters within the Eudora forums in Other Technologies category; Regular Expressions in Eudora Filters... Does a tutorial exist that is more detailed than that contained in the Help (v7.1.0.9,paid)? I tried some expressions to move spam directly to Trash, but didn't quite get the results I expected... Eudora sent some spam there, but it didn't, as far as I can see, match what I wrote :-( ...Jim Thompson -- | James E.Thompson, P.E. | mens | | Analog Innovations, Inc. | et | | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | | Phoenix, Arizona 85048 Skype: Contacts Only | | | Voice 480)460-2350 Fax: Available upon request | ...

Go Back   Application Development Forum > Other Technologies > Eudora

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-29-2008, 11:59 AM
Jim Thompson
Guest
 
Default Regular Expressions in Eudora Filters


Regular Expressions in Eudora Filters...

Does a tutorial exist that is more detailed than that contained in the
Help (v7.1.0.9,paid)?

I tried some expressions to move spam directly to Trash, but didn't
quite get the results I expected... Eudora sent some spam there, but
it didn't, as far as I can see, match what I wrote :-(

...Jim Thompson
--
| James E.Thompson, P.E. | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona 85048 Skype: Contacts Only | |
| Voice480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon at http://www.analog-innovations.com | 1962 |

America: Land of the Free, Because of the Brave
Reply With Quote
  #2  
Old 08-29-2008, 02:04 PM
Pete Granzeau
Guest
 
Default Re: Regular Expressions in Eudora Filters

On Fri, 29 Aug 2008 08:59:11 -0700, Jim Thompson
<To-Email-Use-The-Envelope-Icon@My-Web-Site.com> wrote:

>
>Regular Expressions in Eudora Filters...
>
>Does a tutorial exist that is more detailed than that contained in the
>Help (v7.1.0.9,paid)?
>
>I tried some expressions to move spam directly to Trash, but didn't
>quite get the results I expected... Eudora sent some spam there, but
>it didn't, as far as I can see, match what I wrote :-(


I try to read what they have in Help, and frankly, it's difficult to
tell the difference between parentheses, braces, and brackets. Maybe
it's just me.
Reply With Quote
  #3  
Old 08-29-2008, 02:22 PM
Jim Thompson
Guest
 
Default Re: Regular Expressions in Eudora Filters


On Fri, 29 Aug 2008 14:04:22 -0400, Pete Granzeau <pgranzeau@cox.net>
wrote:

>On Fri, 29 Aug 2008 08:59:11 -0700, Jim Thompson
><To-Email-Use-The-Envelope-Icon@My-Web-Site.com> wrote:
>
>>
>>Regular Expressions in Eudora Filters...
>>
>>Does a tutorial exist that is more detailed than that contained in the
>>Help (v7.1.0.9,paid)?
>>
>>I tried some expressions to move spam directly to Trash, but didn't
>>quite get the results I expected... Eudora sent some spam there, but
>>it didn't, as far as I can see, match what I wrote :-(

>
>I try to read what they have in Help, and frankly, it's difficult to
>tell the difference between parentheses, braces, and brackets. Maybe
>it's just me.


Yep. Doesn't seem to follow any "standard" for regular expressions
:-(

...Jim Thompson
--
| James E.Thompson, P.E. | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona 85048 Skype: Contacts Only | |
| Voice480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon at http://www.analog-innovations.com | 1962 |

Common Values
Common Purpose
Common Buzzwords
Common Ignorance
Reply With Quote
  #4  
Old 08-29-2008, 03:19 PM
Erik
Guest
 
Default Re: Regular Expressions in Eudora Filters

On Fri, 29 Aug 2008 11:22:37 -0700, Jim Thompson wrote:

>On Fri, 29 Aug 2008 14:04:22 -0400, Pete Granzeau <pgranzeau@cox.net>
>wrote:
>
>>On Fri, 29 Aug 2008 08:59:11 -0700, Jim Thompson
>><To-Email-Use-The-Envelope-Icon@My-Web-Site.com> wrote:
>>
>>>Regular Expressions in Eudora Filters...
>>>
>>>Does a tutorial exist that is more detailed than that contained in the
>>>Help (v7.1.0.9,paid)?


Here are two you might find helpful (only one is specific
to Eudora):

http://www.cecilw.com/eudora/regexp.htm
http://analyser.oli.tudelft.nl/regex/index.html.en

>>>I tried some expressions to move spam directly to Trash, but didn't
>>>quite get the results I expected... Eudora sent some spam there, but
>>>it didn't, as far as I can see, match what I wrote :-(

>>
>>I try to read what they have in Help, and frankly, it's difficult to
>>tell the difference between parentheses, braces, and brackets. Maybe
>>it's just me.

>
>Yep. Doesn't seem to follow any "standard" for regular expressions
>:-(


Eudora uses the POSIX implementation of regex.

Erik
Reply With Quote
  #5  
Old 08-29-2008, 04:00 PM
Jim Thompson
Guest
 
Default Re: Regular Expressions in Eudora Filters


On Fri, 29 Aug 2008 19:19:15 GMT, Erik <norseman45@gmail.com> wrote:

>On Fri, 29 Aug 2008 11:22:37 -0700, Jim Thompson wrote:
>
>>On Fri, 29 Aug 2008 14:04:22 -0400, Pete Granzeau <pgranzeau@cox.net>
>>wrote:
>>
>>>On Fri, 29 Aug 2008 08:59:11 -0700, Jim Thompson
>>><To-Email-Use-The-Envelope-Icon@My-Web-Site.com> wrote:
>>>
>>>>Regular Expressions in Eudora Filters...
>>>>
>>>>Does a tutorial exist that is more detailed than that contained in the
>>>>Help (v7.1.0.9,paid)?

>
>Here are two you might find helpful (only one is specific
>to Eudora):
>
>http://www.cecilw.com/eudora/regexp.htm
>http://analyser.oli.tudelft.nl/regex/index.html.en
>
>>>>I tried some expressions to move spam directly to Trash, but didn't
>>>>quite get the results I expected... Eudora sent some spam there, but
>>>>it didn't, as far as I can see, match what I wrote :-(
>>>
>>>I try to read what they have in Help, and frankly, it's difficult to
>>>tell the difference between parentheses, braces, and brackets. Maybe
>>>it's just me.

>>
>>Yep. Doesn't seem to follow any "standard" for regular expressions
>>:-(

>
>Eudora uses the POSIX implementation of regex.
>
>Erik


Aha! I have both RegexBuddy and UltraEdit, so I can test Eudora
filter expressions to the POSIX rendering. Thanks for the pointer!

...Jim Thompson
--
| James E.Thompson, P.E. | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona 85048 Skype: Contacts Only | |
| Voice480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon at http://www.analog-innovations.com | 1962 |

It's what you learn, after you know it all, that counts.
Reply With Quote
  #6  
Old 08-29-2008, 05:02 PM
Jim Higgins
Guest
 
Default Re: Regular Expressions in Eudora Filters

On Fri, 29 Aug 2008 14:04:22 -0400, Pete Granzeau <pgranzeau@cox.net>
wrote:

>On Fri, 29 Aug 2008 08:59:11 -0700, Jim Thompson
><To-Email-Use-The-Envelope-Icon@My-Web-Site.com> wrote:
>
>>
>>Regular Expressions in Eudora Filters...
>>
>>Does a tutorial exist that is more detailed than that contained in the
>>Help (v7.1.0.9,paid)?
>>
>>I tried some expressions to move spam directly to Trash, but didn't
>>quite get the results I expected... Eudora sent some spam there, but
>>it didn't, as far as I can see, match what I wrote :-(

>
>I try to read what they have in Help, and frankly, it's difficult to
>tell the difference between parentheses, braces, and brackets. Maybe
>it's just me.


You can increase the font size in the Help Window.
Options > Font
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 05:13 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.