atom feed6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] 456 plus 502 errors
FromSent OnAttachments
Mark ConstableApr 29, 2008 11:33 pm 
Bernd WurstApr 30, 2008 1:20 am 
Sam VarshavchikApr 30, 2008 4:01 am 
Mark ConstableApr 30, 2008 7:10 am 
Sam VarshavchikApr 30, 2008 3:25 pm 
Malcolm WeirApr 30, 2008 3:37 pm 
Subject:Re: [courier-users] 456 plus 502 errors
From:Malcolm Weir (ma@gelt.org)
Date:Apr 30, 2008 3:37:57 pm
List:net.sourceforge.lists.courier-users

-----Original Message----- From: Sam Varshavchik Sent: Wednesday, April 30, 2008 3:26 PM

Mark Constable writes:

Ah right, thanks Sam. Now I know what the "signature" of backscatter suppression looks like in the log files. However, I'm still unsure of why I can't clear this user. I've tested that a direct SMTP connection works okay so I assume it should be okay to clear the backscatter entry, but it won't...

# courier clear xy@bigpond.net.au xy@bigpond.net.au cleared.

# courier show all xy@bigpond.net.au

Is there something else I need to do to turn of backscatter

for this user ?

Nothing else is needed. The above suggests that there's a typo or a misprint somewhere. Probably the actual recipient address in the email has a control or an unprintable character somewhere, or a trailing space.

In which case...

# courier clear `courier show all`

(or you could get fancy, as in: # courier clear `courier show all | grep bigpond.net.au`)

Malc.