Jeff Koch wrote:
Hi Jason:
We're having a bit of trouble with qmail-scanner (1.20) recognizing multiple recipients and sending the correct username into spamc.
Here's an example - we sent an email to '[EMAIL PROTECTED],[EMAIL PROTECTED]' using pine.
You have some code at around line 873:
if ( ($returnpath=$env_returnpath) =~ s/^F(.*)$// ) { $returnpath=$1; ($recips=$env_recips) =~ s/^T//; $recips =~ /^(.*)\0+$/; $recips=$1; $recips =~ s/\0+$//g; #Keep a note of the NULL-separated addresses $trecips=$recips; $one_recip=$trecips if ($trecips !~ /\0T/); $recips =~ s/\0T/\,/g;
}
Hi,
Yes, that is the correct solution for multiple receips.
Regards,
Rick
------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
