Re: +mta545.mail.yahoo.com over quota

2001-08-10 Thread Ross Cooney

On Fri, Aug 10, 2001 at 02:06:49AM -0400, Alex Pennace wrote:
 Please wrap your lines at 72 characters or so.
 
 On Fri, Aug 10, 2001 at 06:57:51AM +0100, Ross Cooney wrote:
  I suggest that somebody removes this guy from the list until he gets his inbox in 
order.
 
 The problem is some MTA doesn't know the difference between the From:
 header and the envelope sender address, and send bounces to the wrong
 address. Write postmaster@ and tell them to get a clue.
 
 For future reference, include some context for such complaints. this guy
 could mean anyone.


This guy is listed in the subject line ;0)

point taken about wrapping lines.

have a good one!


-- 
_
Ross Cooney

Virus Scanner: http://www.antivirus.ie/index.mv?free_scan=1
Perl Tutorial: http://www.cyber-sentry.com/perl/tut.mv?art=1




Re: +mta545.mail.yahoo.com over quota

2001-08-10 Thread Charles Cazabon

Ross Cooney [EMAIL PROTECTED] wrote:
  
 I suggest that somebody removes this guy from the list until he gets
 his inbox in order.

Put the following in ~/bin/namezero-broken :

#!/bin/sh
from=`822field from` 
cat /dev/null

if [ $from = \
   Mail Delivery System [EMAIL PROTECTED] ] ; then
  exit 99 
else
  exit 0 
fi

and then put a line |./bin/namezero-broken at the top of your .qmail
file for this list, followed by the rest of your delivery instructions.
You won't see any of this garbage again.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
---



+mta545.mail.yahoo.com over quota

2001-08-09 Thread Ross Cooney

 

I suggest that somebody removes this guy from the list until he gets his inbox in 
order.


_
Ross Cooney

Virus Scanner: http://www.antivirus.ie/index.mv?free_scan=1
Perl Tutorial: http://www.cyber-sentry.com/perl/tut.mv?art=1




Re: +mta545.mail.yahoo.com over quota

2001-08-09 Thread Alex Pennace

Please wrap your lines at 72 characters or so.

On Fri, Aug 10, 2001 at 06:57:51AM +0100, Ross Cooney wrote:
 I suggest that somebody removes this guy from the list until he gets his inbox in 
order.

The problem is some MTA doesn't know the difference between the From:
header and the envelope sender address, and send bounces to the wrong
address. Write postmaster@ and tell them to get a clue.

For future reference, include some context for such complaints. this guy
could mean anyone.