On 17.10.2011 15:38, Nicolas BOUSSIER wrote:
> Le 14/10/2011 18:55, Nicolas BOUSSIER a écrit :
>> Hello,
>>
>>
>> when I try to deliver a quarantined message  with the followin command,
>>
>>
>> /usr/bin/dspam --deliver=innocent --class=innocent --source=error --user
>> net.rledisez -d net.rledisez --signature=1611,4e97eda6261578139416769
It is +/- the same what the Web-UI is doing.

>>
>> I get back this stange message in the syslog logs.
>>
>>
>> Oct 14 18:40:58 srv02 dspam[32558]: Got error 550 in response to RCPT
>> TO: 550 Recipient<£¯#011rledisez>   FAIL#015
The message in the quarantine has probably a wrong recipient. Can you 
check the quarantine mbox file and look what you have in the 'TO' 
envelope? Maybe using an editor/viewer that is capable displaying values 
in hex. Do you have a strange non-ASCII character there?

Can you try the same command but this time add the '--rcpt-to' 
parameter? Aka:

/usr/bin/dspam --deliver=innocent --class=innocent --source=error --user 
net.rledisez -d net.rledisez --signature=1611,4e97eda6261578139416769 --rcpt-to 
net.rledisez


If that does not work then can you try one without the -d parameter? Aka:

/usr/bin/dspam --deliver=innocent --class=innocent --source=error --user 
net.rledisez --signature=1611,4e97eda6261578139416769


And if that does not work then one without -d but with --rcpt-to? Aka:

/usr/bin/dspam --deliver=innocent --class=innocent --source=error --user 
net.rledisez --signature=1611,4e97eda6261578139416769 --rcpt-to net.rledisez


btw: You don't need to specify the --deliver=innocent

>>
>> What could be wrong ?
>>
>>
>> Best regards
>>
>>
>> Niko
>>
> Hello,
>
> As noone seems to have already experienced the problem I was wondering
> If coming back to DSPAM 3.9 could be a solution ?
IMHO that will not help.

> I didn't find the changelog of the 3.10.x versions so I cannot know if
> it could be a bug  introduced in the latest versions.
>
> What are the changes to make  in the config files if i want to downdrade
> from 3.10.1 to the 3.9 version ?
>
> Best regards
>
> Niko
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2d-oct
> _______________________________________________
> Dspam-user mailing list
> Dspam-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspam-user
>


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to