Re: I need help on filtering HTML email

2001-04-29 Thread Roman Schechtel

Hello people, hi i,
   // See that?!

Sunday, April 29, 2001, 1:20:32 AM, you wrote:

 I have been using a text processing system (..) called frogbit.
 It is a small specialised script language for automatic
 text editing,

Just like Perl or what?

 The bat! interface part of all this is out of my league, so I leave
 it to others.

Hmm, it seems to me as if there is only an one way interface in TB.
Under

Account / Sorting-Office / New

you can set up a filter which either saves the mail as a file
or passes it (the mail) to an external application (Actions
tab). But I still can't find the other way of passing it
(altered) back to TB.

Is there one or is there not? Any further discussion depends on that
point.

-- 
Best regards,
 Romanmailto:[EMAIL PROTECTED]

-- 
__
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

You are subscribed as : archive@jab.org





Re: I need help on filtering HTML email

2001-04-29 Thread Silviu Cojocaru


Saturday, April 28, 2001, 11:31:58 PM, Roman Schechtel wrote:

 Hello people, hi Lars,

 Saturday, April 28, 2001, 9:23:42 PM, you wrote:

 String:   multipart/alternative
 Location: Kludges
 Presence: Yes

Also I would suggest that you add those strings to the Kill
filters (or Selective download filters as they are called now in
1.51). Else they don't work so well.

-- 
If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh wait, he already does.



-- 
__
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

You are subscribed as : archive@jab.org





Re: I need help on filtering HTML email

2001-04-29 Thread Lars Geiger

Hi Silviu,
On Sun, 29 Apr 2001, at 13:07:40 +0300 you wrote:


SC Also I would suggest that you add those strings to the Kill
SC filters (or Selective download filters as they are called now
SC in 1.51). Else they don't work so well.

That depends on your attitude towards the Selective Download
filters. Any rule in there means that TB! must first download the
headers, then check for any unwanted messages and then download
the whole e-mail (including the headers again). So if you receive
100 messages, the headers will be transferred 2 times, or 200
headers if you want to put it that way. This will take a pretty
long time on a slow connection.



-- 
Regards,
Lars

The Bat! 1.52 Beta/12 on Windows NT 5.0 Build 2195 Service Pack 1
 
|Lars Geiger  |  mailto:[EMAIL PROTECTED]|
| PGP Key: mailto:[EMAIL PROTECTED]?Subject=GetPublicKey |

-- 
__
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

You are subscribed as : archive@jab.org





Re: I need help on filtering HTML email

2001-04-29 Thread Silviu Cojocaru


Sunday, April 29, 2001, 1:38:17 PM, Lars Geiger wrote:

 That depends on your attitude towards the Selective Download
 filters. Any rule in there means that TB! must first download the
 headers, then check for any unwanted messages and then download
 the whole e-mail (including the headers again). So if you receive
 100 messages, the headers will be transferred 2 times, or 200
 headers if you want to put it that way. This will take a pretty
 long time on a slow connection.


For me it's just fine. I only get that much mail once a day if I
leave tha mailbox unchecked for a long time (about 8-10 hrs).
And it doesn't take more then a few minutes to do all that on a
33.6Kbps connection with a 3.7-4.0Kbps data transfer rate.


-- 
If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh wait, he already does.

-- 
__
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

You are subscribed as : archive@jab.org





Re: I need help on filtering HTML email

2001-04-28 Thread Lars Geiger

Hi Silviu,
On Wed, 25 Apr 2001, at 18:04:20 +0300 you wrote:


SC I'm trying to figure out a way to filter out HTML e-mail and
SC also I want to filter out e-mail messages that are both HTML
SC and plain-text.

Try the following rule:

String:   multipart/alternative
Location: Kludges
Presence: Yes

Or search for String:  multipart/html   to get html only
messages.

-- 
Regards,
Lars

The Bat! 1.52 Beta/12 on Windows NT 5.0 Build 2195 Service Pack 1
 
|Lars Geiger  |  mailto:[EMAIL PROTECTED]|
| PGP Key: mailto:[EMAIL PROTECTED]?Subject=GetPublicKey |

-- 
__
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

You are subscribed as : archive@jab.org





Re: I need help on filtering HTML email

2001-04-28 Thread Roman Schechtel

Hello people, hi Lars,

Saturday, April 28, 2001, 9:23:42 PM, you wrote:

 String:   multipart/alternative
 Location: Kludges
 Presence: Yes

This works quite fine if you want to delete / process such mails
completely. But is it possible to somehow delete only the html-part of
the message, like it often is generated by users using OE?

Those mails usually arrive splitted up in two parts. The firs as
plain-text, the last as a message.xml - which is the one I want to
filter out...

I guess this is not possible using only TB's possibilities. What comes
into my mind is to program such an extra-program which gets such
multipart messages from TB, drops the HTML part and serves it back to
TB (for later displaying / filter processing).

Any thoughts on this?

-- 
Best regards,
 Romanmailto:[EMAIL PROTECTED]

-- 
__
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

You are subscribed as : archive@jab.org





Re: I need help on filtering HTML email

2001-04-28 Thread Silviu Cojocaru


Saturday, April 28, 2001, 11:31:58 PM, Roman Schechtel wrote:

 Hello people, hi Lars,

 Saturday, April 28, 2001, 9:23:42 PM, you wrote:

 String:   multipart/alternative
 Location: Kludges
 Presence: Yes

Thanks, and I hope it works, I also added a filter for
text/html, heh, that's not getting on to this comp here :)

Again, thanks for the solution.

-- 
If Bill Gates had a dime for every time a Windows box crashed...
 ...Oh wait, he already does.



-- 
__
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

You are subscribed as : archive@jab.org