-----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.