HP3000-L Archives

February 2002, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Connie Sellitto <[log in to unmask]>
Reply To:
Connie Sellitto <[log in to unmask]>
Date:
Mon, 4 Feb 2002 12:16:33 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (165 lines)
Hello fellow Listers -

We are attempting to use Telamon's MAIL program in batch (job) mode to send
a message plus attachment to people whose email addresses reside on our
HP3000 (MPEiX 5.5, pp7).
The following is a copy of the email I sent to Telamon this morning.  Can
anyone out there help with this?
tia,
Connie

----------------------------------------------------------------------------
----------

We've downloaded the CM version of the email program, renamed it
CEMAIL.O.CATFANCY.  It works just fine in a simple batch program, where the
user can enter his/her address and the recipient's email address, subject,
name of the message file and name of attachment file.   We also have a
COBOL program that generates customized messages, and creates a job stream
to send the message - works extremely well.

I've now written a simple COBOL program to take email addresses from our
HP3000 and generate a job file which sends a short message file plus one
attachment.   Recipients are included in the -b (blind cc) portion of the
address.   In testing, I found that the 'info' portion of the mail program
could not exceed 512 characters (understandable!) and so have split the
addresses into several runs within the job.

The message and attachment files (filename.TXT) have security set to ANY,
so I don't believe there is a problem there.

Tests on Friday - worked well - But over the weekend, we put the new job
streams into production, with varying degrees of success.  Some jobs
accepted the first 2 sets of email addresses, then bombed on the next.
Others did not run at all.  Error messages include:  User unknown, User
address required,  some just gave the MAIL parameter list and flushed the
job.

Any suggestions or obvious errors on my part?  I originally thought the
MAIL program was validating the email addresses, but that does not appear
to be the case, as I was able to 'send' to invalid emails within our
company, and also to [log in to unmask], a completely bogus address.

Thanks for any help you can provide.
Connie Sellitto
-------------------------------------------------------------------------

Example:

 JOB EZPOINTS,MGR.CATFANCY,PUB.
 Priority = DS; Inpri = 8; Time = UNLIMITED seconds.
 Job number = #j590.
 MON, FEB  4, 2002, 11:20 AM.
 HP3000  Release: C.55.00   User Version: C.55.00
 MPE/iX  HP31900 C.05.08  Copyright Hewlett-Packard 1987.
 All rights reserved.
 STREAMED BY EZPOINTS,MGR.CATFANCY (#J589) ON LDEV# 10
    STREAM DATE:   MON, FEB  4, 2002, 11:20 AM

 :setvar mailsmtphost '208.225.64.3'
 :setvar mailfrom [log in to unmask]
 :CEMAIL.O " -m Emheadr -a EPOINT7.TXT -s 'Epoints Region 7'      &
 : -t [log in to unmask] &
 : -b [log in to unmask]  -b [log in to unmask]  &
 : -b [log in to unmask]  -b [log in to unmask]  &
 : -b [log in to unmask]  -b [log in to unmask]  &
 : -b [log in to unmask]  -b [log in to unmask]  &
 : -b [log in to unmask]  -b [log in to unmask]  &
 : -b [log in to unmask]  -b [log in to unmask]  &
 :  "
 550 5.1.1 <sandypaws>... User unknown

 (1)
 CEMAIL.O " -m Emheadr -a EPOINT7.TXT -s 'Epoints Region 7'
 Program terminated in an error state. (CIERR 976)
(47/49) Continue?
 REMAINDER OF JOB FLUSHED.
 CPU sec. = 2.  elapsed min. = 1.  MON, FEB  4, 2002, 11:20 AM.

This is the job being streamed:

:PRINT EMOUT7.JOB
!JOB EZPOINTS,MGR/wall.catfancy
!setvar mailsmtphost '208.225.64.3'
!setvar mailfrom [log in to unmask]
!CEMAIL.O " -m Emheadr -a EPOINT7.TXT -s 'Epoints Region 7'      &
: -t [log in to unmask] &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
:  "
!CEMAIL.O " -m Emheadr -a EPOINT7.TXT -s 'Epoints Region 7'      &
: -t [log in to unmask] &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
:  "
!CEMAIL.O " -m Emheadr -a EPOINT7.TXT -s 'Epoints Region 7'      &
: -t [log in to unmask] &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
:  "
!CEMAIL.O " -m Emheadr -a EPOINT7.TXT -s 'Epoints Region 7'      &
: -t [log in to unmask] &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
:  "
!CEMAIL.O " -m Emheadr -a EPOINT7.TXT -s 'Epoints Region 7'      &
: -t [log in to unmask] &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
:  "
!CEMAIL.O " -m Emheadr -a EPOINT7.TXT -s 'Epoints Region 7'      &
: -t [log in to unmask] &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
:  "
!CEMAIL.O " -m Emheadr -a EPOINT7.TXT -s 'Epoints Region 7'      &
: -t [log in to unmask] &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
:  "
!CEMAIL.O " -m Emheadr -a EPOINT7.TXT -s 'Epoints Region 7'      &
: -t [log in to unmask] &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
: -b [log in to unmask]  -b [log in to unmask]  &
:  "
!EOJ
:

Connie Sellitto
Cat Fanciers' Association, Inc.
World's Largest Registry of Pedigreed Cats

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2