Prombem with rule actions
Hugo van der Kooij
hvdkooij at vanderkooij.org
Tue Sep 4 19:43:39 IST 2007
On Tue, 4 Sep 2007, Julian Field wrote:
> SpamAssassin Rule Actions = FROM_BOSS_WIFE=>forward secretary at domain.com,
> SpamScore>=6=>forward spam.score at greater6.com,store,non-deliver,
> SpamScore<100=>store,forward spam.score at less100.com, store,
> SpamScore>100=>deliver,store
I assume it is safe to make this slightly more readable? Like:
SpamAssassin Rule Actions = \
FROM_BOSS_WIFE=>forward secretary at domain.com, \
SpamScore>=6=>forward spam.score at greater6.com,store,non-deliver, \
SpamScore<100=>store,forward spam.score at less100.com, store, \
SpamScore>100=>deliver,store
I most definitly have a problem with reading long lines in a configuration
file.
Hugo.
--
hvdkooij at vanderkooij.org http://hugo.vanderkooij.org/
This message is using 100% recycled electrons.
Some men see computers as they are and say "Windows"
I use computers with Linux and say "Why Windows?"
(Thanks JFK, for this quote of George Bernard Shaw.)
More information about the MailScanner
mailing list