[Mailman-Users] Manually marking users as bouncing/bad addresses?

Jon Carnes jonc at nc.rr.com
Sun Feb 2 23:11:05 CET 2003


Would it be useful to look at the logs to see the bounces?

As an example I run a script to look for members who have been knocked
off the list by excessive bouncing...

  MONTH=`date -d"last month" +%b`

  echo $MONTH
  grep -hs "disabled " /home/mailman/logs/bounce.1  \
    /home/mailman/logs/bounce | \
    grep -vs "already disabled" | \
    grep -s $MONTH | \
    cut -f6- "-d " |sort

I also run some similar checks against my MTA logs.

Good Luck - Jon Carnes

On Sun, 2003-02-02 at 14:14, NOW Website Coordinator wrote:
> I'd like to come up with a way to deal with the users who are not being 
> handled by the bounce processor besides just unsubscribing 
> them.  Basically, I want to be able to give our membership department a 
> list of bad email addresses, which I figure I can somehow get out of the 
> bounce log.  If I just unsubscribed them, I have no record of whether they 
> wanted to be unsubscribed (and maybe couldn't figure it out for themselves) 
> or were a bad address.
> 
> But because so many messages bounce to me rather than get processed, I'd 
> like to be able to mark them in a way that they then get deleted through 
> the bounce processor.
> 
> I see the "nomail" field in the membership page.  Is there a way I can use 
> this?  Or is there some other way I can queue people up to be bounced?
> 
> By the way, is there any log of people who change their email address?  I 
> haven't found it.
> 
> Thanks.
> 
> 
> 
> 
> 
> ------------------------------------------------------
> Mailman-Users mailing list
> Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
> 
> This message was sent to: jonc at nc.rr.com
> Unsubscribe or change your options at
> http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com





More information about the Mailman-Users mailing list