LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

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

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

Print Reply
Turgut Kalfaoglu <TURGUT@TREARN>
Thu, 16 Mar 89 09:51:57 GMT
text/plain (12 lines)
 
Hi. The code you are looking for is in LSVXMAIL EXEC, and looks like:
 
 If Left(subj,9) == 'UNDELIVER' |,       /* Crosswell or FAL */
    Left(subj,22) = 'UNABLE TO DELIVER MAIL' |,   /* Mult*cs */
    subj = 'RETURNED NETWORK MAIL' |,   /* VAX-type  MAILER */
    pos('FAILED MAIL',subj)>0 Then      /* cern Mailer */
    Call RejMail 'mail subject indicates a delivery problem'
 
Note: I added that FAILED MAIL part - that line is not part of the original
code..  -turgut

ATOM RSS1 RSS2