So, here I was, pulling quarantined messages out for delivery, by issuing the following command:
sendmail -odi -f`cat SENDER` `cat RECIPIENTS` < ENTIRE_MESSAGE
...which always works, and today was no exception. Except, I just hit a snag on only ONE message. When I issue that sendmail command, it just sits there. I can't CTRL-C, I can't do anything short from actually KILLing the task. Looking at 'ps aux' I see this:
12894 pts/0 S 0:00 sendmail: ./i6EJEBBk012894 localhost.localdomain.: client DATA 354
12895 ? S 0:00 sendmail: i6EJEBxE012895 localhost.localdomain [127.0.0.1]: DATA
In my log files, I see this:
Jul 14 13:14:11 int-serpico.pcraft.com sendmail[12894]:
i6EJEBBk012894: from=<[EMAIL PROTECTED]>,
size=11401, class=0, nrcpts=1,
msgid=<[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
Jul 14 13:14:11 int-serpico.pcraft.com mimedefang.pl[12639]:
filter_relay said ACCEPT_AND_NO_MORE_FILTERING:
No further filtering for this messageSo far, everything appears okay (it's supposed to exit the filter that way.) So, why is it "stuck" ? Why won't it do anything? Why won't it continue? Something with the message itself? If so...what?
-- W | I haven't lost my mind; it's backed up on tape somewhere. +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave. #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A.
_______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

