Actually, the "!!!" value is used to clear options that can accept multiple values. A good example is "ip-blacklist-file", which can be given many times to provide many files.
The four options that are giving errors here only accept yes/no values, so using "!!!" to clear them doesn't make much sense. You should just provide a new "yes" or "no" value, to override the old value. -- Sam Clippinger On 7/21/10 4:20 AM, David Stiller wrote: > Hi all! > > With Spamdyke v4.1 i think the three exclamation marks dont work anymore: > > Jul 21 11:13:32 plesk-mail spamdyke[18097]: ERROR: Bad or unparsable > value for option reject-unresolvable-rdns: !!! > Jul 21 11:13:32 plesk-mail spamdyke[18097]: ERROR: Bad or unparsable > value for option reject-empty-rdns: !!! > Jul 21 11:13:32 plesk-mail spamdyke[18097]: ERROR: Bad or unparsable > value for option reject-ip-in-cc-rdns: !!! > Jul 21 11:13:32 plesk-mail spamdyke[18097]: ERROR: Bad or unparsable > value for option reject-missing-sender-mx: !!! > > The setup-file according to these errors is this: > > ip-blacklist-file=!!! > rdns-blacklist-file=!!! > ip-whitelist-file=!!! > rdns-whitelist-file=!!! > sender-blacklist-file=!!! > sender-whitelist-file=!!! > reject-unresolvable-rdns=!!! > reject-empty-rdns=!!! > reject-ip-in-cc-rdns=!!! > reject-missing-sender-mx=!!! > > Regards, > David > > > _______________________________________________ > spamdyke-users mailing list > [email protected] > http://www.spamdyke.org/mailman/listinfo/spamdyke-users > _______________________________________________ spamdyke-users mailing list [email protected] http://www.spamdyke.org/mailman/listinfo/spamdyke-users
