[prev in list] [next in list] [prev in thread] [next in thread] 

List:       majordomo-users
Subject:    Re: administivia checks not working?
From:       dwolfe () risc ! sps ! mot ! com (Dave Wolfe)
Date:       1995-10-31 15:54:15
[Download RAW message or body]

[ Bob Rahe writes: ]
> 
>   Speaking of administrivia, does the part where resend is checking for
> various subject lines work as-is for anyone?  Seems that it is doing
> mostly case-sensitive searches (no 'i') which fail to even get teh
> header since it seems to be looking for "subject" and most headers will be
> "Subject".  Also the check for "RCPT:" with the \b (word break) option 
> doesn't ever match with my perl - looks like the ":" gets taken as a word
> separator.  I deleted the \b in that line and added 'i' to the rest where
> it was missing....

That came up here awhile back and I think I posted some patches. Here
are the diffs in that area of resend I currently show:

<                          /^subject:\s*RCPT:\b/ ||
<                          /^subject:\s*Delivery Confirmation\b/ ||
<                          /^subject:\s*NON-DELIVERY of:/ ||
<                          /^subject:\s*Undeliverable Message\b/ ||
<                          /^subject:\s*Receipt Confirmation\b/ ||
<                          /^subject:\s*Failed mail\b/ ||
<                          /^subject:\s.*\bchange\b.*\baddress\b/ ||
---
>                          /^subject:\s*RCPT:/i ||
>                          /^subject:\s*Delivery Confirmation\b/i ||
>                          /^subject:\s*NON-DELIVERY of:/i ||
>                          /^subject:\s*Undeliverable Message\b/i ||
>                          /^subject:\s*Receipt Confirmation\b/i ||
>                          /^subject:\s*Failed mail\b/i ||
>                          /^subject:\s.*\bchange\b.*\baddress\b/i ||

-- 
 Dave Wolfe    *Not a spokesman for Motorola*  (512) 891-3246
 Motorola MMTG  6501 Wm. Cannon Dr. W. OE112  Austin  TX  78735-8598

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic