Groups | Blog | Home
all groups > iis smtp nntp > november 2004 >

iis smtp nntp : BadMail Folder


Mike Labosh
11/10/2004 1:14:30 PM
Does SMTP Server clean this out periodically, or does someone have to check
it?

--
Peace & happy computing,

Mike Labosh, MCSD
"I have no choice but to believe in free will."

Craig Bricco
11/10/2004 4:33:17 PM
you have to do it...I run a scheduled batch file (del /Q C:\badmail\*.*)
against it and delete them all several times a day.
Craig


[quoted text, click to view]

Mike Labosh
11/10/2004 5:41:44 PM
[quoted text, click to view]

Cool. Thanks!

--
Peace & happy computing,

Mike Labosh, MCSD
"I have no choice but to believe in free will."

Stefan Engelbert
11/11/2004 9:39:30 AM
cd <badmail>
del *.* /f/s/q

but please install a good antispam solution so you dont run into this
problem again.....

Stefan



[quoted text, click to view]

Mike Labosh
11/11/2004 10:24:48 AM
[quoted text, click to view]

All the stuff in the badmail folder is from me testing a feature in my app
that sends email notification after its done a big batch. I was
misunderstanding the MailMessage class.
--
Peace & happy computing,

Mike Labosh, MCSD
"I have no choice but to believe in free will."

Craig Bricco
11/11/2004 11:57:19 AM
I have GFI installed on a smart host and that's the badmail folder that gets
full. It's full of undeliverable delay & failure notifications. See my
post...anyone know how to tell IIS virtual SMTP NOT to send delay &
failures?

Craig

[quoted text, click to view]

AddThis Social Bookmark Button