(i've send this mail to the qs author, but as he doesn't respond i've sent it here)
This bug prevent qs from pass the recipient address to spamc via the -u options. In the sub-spamassassin.pl file at the line 15: $cmdline_recip=~/^([EMAIL PROTECTED])$/i; maybe it's a typo error, the second ^ puts in the cmdline_recip everithing that is not from an email address, so $cmdline_recip will not contain the recipient, if i sobstitute it with: $cmdline_recip=~/^([EMAIL PROTECTED])$/i; everithing works good. I've done a little change to qs to make it works better with an hosting server if you use vpopmail: I want to notify the recip, so i must use the --local options, but i've 170.000 domains, so i cannot type all there, so i've modifyed qs to load the perl module vpopmail at the beginning, and then control if the domain is local (in the is_unreplyable_email subroutine) with a simple "vgetdomaindir" function. So if the domain is in the system it will automatically recognize that it's local without look at the list of the --local options. If you are interested in this patch please ask to me, i will make it in a more "standard" format. Regards. -- Davide Giunchi ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
