https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5894
--- Comment #11 from Sossi Andrej <[email protected]> 2010-03-21 17:36:44 UTC --- (In reply to comment #9) > My servers are setup with "per domain" spam checking - not per user. As such > I > do not use the --enable-spamc-user simscan compile option. For testing > purposes I recompiled as requested (no patches to spamassassin, > -enable-spamc-user added to simscan. The only difference is that now the > recipient email address is included in the error message. > > "warn: spamd: Timeout::_run: failed to resolve vpopmail user/alias > '[email protected]' using vuserinfo/valias at /usr/local/bin/spamd line > 2162, > <GEN15> line 2." > > Note that I see this error for *all* messages, including those with only 1 > recipient. Alex Dupre's spamassassin patch fixes it. I have made no attempt > to pull the code apart myself (yet). Sorry, my fault.Today I tested the last version of patch into SVN and i found a bug into regexp. - if ($vpopusername_tainted =~ /-> &?(.+)$/) { + if ($vpopusername_tainted =~ /-> &?(.+)$/) { I just repoprt this bug to Mark. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
