search for: someham

Displaying 4 results from an estimated 4 matches for "someham".

2016 Apr 12
6
antispam plugin, pipe backend, how to make it work?
...l-msg-$$.txt >> $LOGFILE 2>&1 && \ rm -f /tmp/sendmail-msg-$$.txt echo "$$-end" >> $LOGFILE exit 0 It somehow isn't working. I can call the wrapper script manually e.g. sudo -u vmail /usr/local/bin/sa-learn-pipe.sh --username=some at mail.user --ham \ < someham But it doesn't work from dovecot. It seems the script is called. but no new patterns show up in the bayes DB. Unfortunately, the plugin seems to be documented poorly. How does it call the programme it pipes to? Is it something like $programme --par1 --par2 < message ? Why can't / sh...
2016 Apr 12
2
antispam plugin, pipe backend, how to make it work?
.../tmp/sendmail-msg-$$.txt >> echo "$$-end" >> $LOGFILE >> exit 0 >> >> It somehow isn't working. I can call the wrapper script manually e.g. >> sudo -u vmail /usr/local/bin/sa-learn-pipe.sh --username=some at mail.user >> --ham \ >> < someham >> >> But it doesn't work from dovecot. It seems the script is called. but no >> new patterns show up in the bayes DB. Unfortunately, the plugin seems to >> be documented poorly. How does it call the programme it pipes to? Is it >> something like $programme --par1...
2016 Apr 13
2
antispam plugin, pipe backend, how to make it work?
...sendmail-msg-$$.txt echo "$$-end" >> $LOGFILE exit 0 >>>> >>>> It somehow isn't working. I can call the wrapper script >>>> manually e.g. sudo -u vmail /usr/local/bin/sa-learn-pipe.sh >>>> --username=some at mail.user --ham \ < someham >>>> >>>> But it doesn't work from dovecot. It seems the script is >>>> called. but no new patterns show up in the bayes DB. >>>> Unfortunately, the plugin seems to be documented poorly. How >>>> does it call the programme it pipes to...
2016 Apr 13
5
antispam plugin, pipe backend, how to make it work?
...$$-end" >> $LOGFILE exit 0 >>>>>> >>>>>> It somehow isn't working. I can call the wrapper script >>>>>> manually e.g. sudo -u vmail /usr/local/bin/sa-learn-pipe.sh >>>>>> --username=some at mail.user --ham \ < someham >>>>>> >>>>>> But it doesn't work from dovecot. It seems the script is >>>>>> called. but no new patterns show up in the bayes DB. >>>>>> Unfortunately, the plugin seems to be documented poorly. How >>>>>>...