QUOTE(MikeYates @ Jul 27 2006, 11:23 AM)

I wonder what the number "1" is doing in the subject line, when it could be, say, "63" ??
FYI:
It appears that you get your "1 received message" because all of your spam is email-submitted individually to your spamcop reporting address. If you were able to 'submit as attachment' with multiple messages tied to one submission email to your reporting address, you would only get one email acknowledgement stating, as you want, XX messages are ready. My guess is that the email parsing system is currently configured to send a reply to the submittal email immediately after it finishes parsing the contents of that email.
Now, your request for 'summary' acknowledgements seems perfectly valid to me, but it'll probably take a significant rewrite of code for that to happen. I.e., right now the parser can process the submittal, send the reply, forget about the whole thing, and move on to the next email it receives (even though it might be another one of yours). If you want the summary info, it would have to have a stored list of each person's reports generated by email submittal for the past 5/10/15/?etc? minutes. The parser would have to parse a submittal, append any new reports to the list of the appropriate person, and then before moving on to the next submittal, check whether time's up for any of the queued summaries and send any that are, then it moves onto the next submittal.
Not that it's a bad idea. I think it would shave a little off the parser's email overhead. Total load might be reduced. But some people would get annoyed at the delay, so you'd have to make it a user option (or customizable delay length.)
The powers that be would know better, but I wonder how much overhead is generated via emails as you describe, where I submit a whole bunch of single emails, and even a 1 or 2 minute delay/summary would turn XX email replies into a single email summary reply.
Interesting.
By the way, even more interesting is that spam, email, and spamcop are not in the forum spellcheck dictionary