Hi,
I've researched this on the forum, yet, I still cannot find a good way to track these down? My Send Queue keeps choking, and I need to find out WHICH email address is causing it? I'd like to find out for good, so I could prevent any email address like that from getting into the system, but for now if I could just find out which row is bad, and remove it (and then find a way to get at the email address of that row)?
Here's what my top row of the table sendq looks like:
--
ID: BAT BATTYPE NTYPE UID MID XTRA
==============================================================
0dbae0e52d312ac7440f8a9aac542ff2 11c1e3 2 2 1138039 3421 fup
---
Can you give me some idea, of how I would track down the USER this row is trying to access? Also, is THIS the row I should be concerned with (the TOP row of the table), or should I be looking at the BOTTOM row of this table? Which looks like this:
--
ID: BAT BATTYPE NTYPE UID MID XTRA
==============================================================
b8c90e8e37e935ffd0c29e5ce6f6e9cd 11c1e3 2 2 1138192 3518 fup
---
So, What does all this mean? How can I check the UID, and run it back in the USER table to find that user?