Red X questio

2002-04-25 Thread Grimnir

Hello tbtech,

Is there a way that i may send 'dummy' messages to everyone in my address
book, to make sure they still have a valid address?

These people don't have to receive the mail, just something so I know it
is no longer working?

Not a line in the e-mail saying they must respond, but I was thing some
more along the line of a reg X that will check each mail as it goes out,
and if it bounces 3 times in a roe it will remove it from the address
book, or marked it as 'not valid'

Tia

-- 
Paul F. Siebern | [EMAIL PROTECTED] | ICQ# 158034080

Please, quote all relevant replies in correspondence.


I'm using The Bat! Version 1.60g
under Windows 98 4.10 Build   A 


__
Archives   : http://tbtech.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]




Re: Reg Ex for picking up email id from returned mails

2002-04-25 Thread Peter Palmreuther

Hello Raj,

On Thursday, April 25, 2002 at 5:37:00 PM you wrote in
[EMAIL PROTECTED]">mid:[EMAIL PROTECTED] (at least in part):

R Now  what  I wanted to was to to check if the e-mail id mentioned in the body of
R the  returned  mail
[and so on ...]

And here the _real_ problems is:
As you already noticed the bounce messages are structured to different to
make an easy regular expression search.

With a lot of work one can find a regular expression that covers all mails
you actually got, but chances are high one or two days later you'll get a
mail with a slightly different format :-(

If all MTAs would follow

http://cr.yp.to/proto/qsbmf.txt

it would be quite easy as D.J.B there describes a 'Bounce Message Format'
(BMF) that's readable to human _and_ programs.

I don't know the 'rate' of incoming bounces, but it might be in fact less
work to put all addresses into an Excel sheet, grouped by regions, search
there manually and drop a mail with a little help of a few QTs than writing
regular expression that fulfills your needs :-/

Just my 0.02 €, if somebody else feels in mood to write this regular
expression and thinks this can be done in an acceptable amount of time: my
respect in advance :-)

Ciao Pit
-- 
Regards
Peter Palmreuthermailto:[EMAIL PROTECTED]
(The Bat! v1.60g on Windows 2000 5.0 Build 2195 Service Pack 2)

All Tagelines are currently busy. Please try again later.


__
Archives   : http://tbtech.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]




Re: Red X questio

2002-04-25 Thread Roelof Otten

Hello Grimnir,

On Thu, 25 Apr 2002 09:09:18 -0700GMT (25-4-02, 18:09 +0200GMT, where
I live), you wrote:

G Is there a way that i may send 'dummy' messages to everyone in my address
G book, to make sure they still have a valid address?

G These people don't have to receive the mail, just something so I know it
G is no longer working?

Only way to achieve this is by sending them a real e-mail. TB isn't
able to check addresses with the various servers of their ISP's.
-- 
Groetjes, Roelof


__
Archives   : http://tbtech.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]




Re: Red X questio

2002-04-25 Thread Daniel Grunberg

Thu, 25 Apr 2002 09:09:18[GMT -0700] (12:09 PM EDST) Grimnir wrote:


 Is there a way that i may send 'dummy' messages to everyone in my
 address book, to make sure they still have a valid address?

 These people don't have to receive the mail, just something so I know it
 is no longer working?

 Not a line in the e-mail saying they must respond, but I was thing some
 more along the line of a reg X that will check each mail as it goes out,
 and if it bounces 3 times in a roe it will remove it from the address
 book, or marked it as 'not valid'

1. Create a new address book (Address Book | File | New Address Book)

Call the new book NEW


2. Select address book NEW

Create a new group (Edit | New Group)Name: ALL   Handle: ALL


3. Select your original address book then select all of your entries
(Edit | Select All)

4. Copy the entries (right-click | Copy)


5. Select group ALL of address book NEW

6. Paste a copy of your list in group All (right-click | Paste)


7. Compose a message with no text

To: ALL (which will self complete as ALLlist)

Subject: Test --please DO NOT read and no text.

Send the message.

Sit back and wait messages notifying you of any bad addresses.




-- 

Daniel A. Grunberg   Kensington, Maryland, USA
homepage: www.nyx.net/~dgrunber/


__
Archives   : http://tbtech.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]




Re: Red X questio

2002-04-25 Thread Miguel A. Urech

Hello Paul,

 Is there a way that i may send 'dummy' messages to everyone in my address
 book, to make sure they still have a valid address?

Maybe you want to try Advanced Maillist Verify (AMV). Take a look at:

  http://www.mailutilities.com/amv/?famv_422
  
-- 
Best regards,

Miguel A. Urech (El Escorial - Spain)
Using The Bat! v1.60c


__
Archives   : http://tbtech.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]




Re: Red X questio

2002-04-25 Thread Grimnir

Hi TBTECH,

Well that seems to have workd!

Thanks

On Thu, 25 Apr 2002, at 16:21:30 [GMT -0400] (which was 1:21 PM where I
live) you wrote:

D Thu, 25 Apr 2002 09:09:18[GMT -0700] (12:09 PM EDST) Grimnir wrote:


 Is there a way that i may send 'dummy' messages to everyone in my
 address book, to make sure they still have a valid address?

 These people don't have to receive the mail, just something so I know it
 is no longer working?

 Not a line in the e-mail saying they must respond, but I was thing some
 more along the line of a reg X that will check each mail as it goes out,
 and if it bounces 3 times in a roe it will remove it from the address
 book, or marked it as 'not valid'

D 1. Create a new address book (Address Book | File | New Address Book)

D Call the new book NEW


D 2. Select address book NEW

D Create a new group (Edit | New Group)Name: ALL   Handle: ALL


D 3. Select your original address book then select all of your entries
D (Edit | Select All)

D 4. Copy the entries (right-click | Copy)


D 5. Select group ALL of address book NEW

D 6. Paste a copy of your list in group All (right-click | Paste)


D 7. Compose a message with no text

D To: ALL (which will self complete as ALLlist)

D Subject: Test --please DO NOT read and no text.

D Send the message.

D Sit back and wait messages notifying you of any bad addresses.


-- 
Paul F. Siebern | [EMAIL PROTECTED] | ICQ# 158034080

Please, quote all relevant replies in correspondence.

I'm using The Bat! Version 1.60g
under Windows 98 4.10 Build   A 


__
Archives   : http://tbtech.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]




Re[2]: Reg Ex for picking up email id from returned mails

2002-04-25 Thread Raj

Peter,

On Thu, 25 Apr 2002, at 18:53:11 [GMT +0200] (which was 10:23 PM where I live) you
wrote:

PP With a lot of work one can find a regular expression that covers all mails
PP you actually got, but chances are high one or two days later you'll get a
PP mail with a slightly different format :-(

Thanks for the reply

Any other thoughts on this or possible solutions

The lack of response makes me wonder whether others on this group think I am a
spammer (which I am not)



TGIF, Have a great weekend!
-- 
Warm regards,
Raj

mailto:[EMAIL PROTECTED]

Replied on Friday, April 26, 2002 using TB Ver 1.60c on Windows 2000


__
Archives   : http://tbtech.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]




Fwd: has text in message

2002-04-25 Thread Stefan Zauchenberger

Hello,

We are using MIMEDefang to process email prior client delivery, and the
product works very well. There seems to be an issue with TB, however, as the
text body section of any offending message is getting lost. Recipients
get the warning part, but the actual body is never attached. See mail
example below. The original message contained several lines of text that
are now gone.

The same email did not have this problem with Outlook or Outlook Express.

Is there some setting in TB that fix this?

Regards,

Stefan

This is a forwarded message
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Thursday, April 25, 2002, 8:54:21 AM
Subject: has text in message

===8==Original message text===
WARNING: This e-mail has been altered by MIMEDefang.  Following this
paragraph are indications of the actual changes made.  For more
information about your site's MIMEDefang policy, contact
[EMAIL PROTECTED]  For more information about MIMEDefang, see:

  http://www.roaringpenguin.com/mimedefang/

An attachment named autoexec.bat was removed from this document as it
constituted a security hazard.  If you require this document, please contact
the sender and arrange an alternate means of receiving it.


===8===End of original message text===


__
Archives   : http://tbtech.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]