Hello list,

I know I'm barking to the wrong tree but I'm a little bit frustated and 
I want to talk about my problems. B-)

Imagine the following SMTP dialog:

> % telnet mail.foobar.invalid 25
> Trying w.x.y.z...
> Connected to mail.foobar.invalid.
> Escape character is '^]'.
> 220 SPONTS v2.0.12 SMTP ready
> HELO foobar
> 250 ok
> MAIL FROM: [EMAIL PROTECTED]
> 250 ok
> RCPT TO: [EMAIL PROTECTED]
> 250 ok
> RCPT TO: [EMAIL PROTECTED]
> 250 ok
> DATA
> 354 start mail input; end with <CRLF>.<CRLF>
> Subject: test
> To: [EMAIL PROTECTED],[EMAIL PROTECTED]
> 
> Test2
> .
> 250 ok
> quit

So far so good. '/var/spool/qmailscan/qmail-queue.log' shows me the 
following loglines (among other lines):

> g_e_h: return-path is "[EMAIL PROTECTED]", recips is 
"[EMAIL PROTECTED],[EMAIL PROTECTED]"
> [...]
> /usr/bin/spamc -f 
< /var/spool/qmailscan/working/new/mail.foobar.invalid111301216746523806

The problem is here that 'spamc is not called with the '-u' parameter 
and so this 'feature' of multiple 'RCPT TO' lines rolls on to 
spamassassin which will not use the user specific parameter from the 
database stored for that user. And the spam will not marked with 'SPAM' 
in the subject on a per-user-base.

I know that this is stupid because which ones preferences should be 
used: '[EMAIL PROTECTED]' or '[EMAIL PROTECTED]'?

I also know that the scanning takes place between the incoming of the 
message and the distributation of vpopmail of the mail.

But I asking it anyway: are they any workarounds for this problem? Or is 
this a conceptional problem and can't be changed? I take every 
solution. B-)

Thanks for reading.

-- 
So long... Fuzz


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Qmail-scanner-general mailing list
Qmail-scanner-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to