From 2cac2459245a94aa06adc2f48a8da38893eb6b5d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 28 Nov 2010 15:10:15 -0200 Subject: Adding undecipherable_subject_tag amavis config --- files/amavisd/50-user | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 files/amavisd/50-user (limited to 'files') diff --git a/files/amavisd/50-user b/files/amavisd/50-user new file mode 100644 index 0000000..ddaab0f --- /dev/null +++ b/files/amavisd/50-user @@ -0,0 +1,15 @@ +use strict; + +# +# Place your configuration directives here. They will override those in +# earlier files. +# +# See /usr/share/doc/amavisd-new/ for documentation and examples of +# the directives you can use in this file +# + +# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498832 +$undecipherable_subject_tag = undef; + +#------------ Do not modify anything below this line ------------- +1; # ensure a defined return -- cgit v1.2.3