List Info

Thread: How to remove Subject: ***UNCHECKED***




How to remove Subject: ***UNCHECKED***
country flaguser name
United States
2008-02-22 13:33:32
Some users are complaining about receiving a couple mails
that have the 
subject changed with something like ***UNCHECKED***
prepended to the 
subject.
I disabled the ***SPAM*** subject reqrite but how do i
remove the 
unchecked one?

TIA
-James

------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: How to remove Subject: ***UNCHECKED***
country flaguser name
Sweden
2008-02-22 13:42:52
Hi James,

Check the examples found in amavisd.conf-sample:

--
# a string to prepend to Subject (for local recipients only)
if mail could
# not be decoded or checked entirely, e.g. due to
password-protected archives
$undecipherable_subject_tag = '***UNCHECKED*** ';  # undef
disables it
--

/Martin


> Some users are complaining about receiving a couple
mails that have the
> subject changed with something like ***UNCHECKED***
prepended to the
> subject.
> I disabled the ***SPAM*** subject reqrite but how do i
remove the
> unchecked one?
>
> TIA
> -James
>
>
------------------------------------------------------------
-------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> AMaViS-user mailing list
> AMaViS-userlists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amavis-user

> AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
> AMaViS-HowTos:http://www.amavis.org/ho
wto/
>



------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: How to remove Subject: ***UNCHECKED***
country flaguser name
United States
2008-02-22 13:53:48
Hmmm,
i don't have that anywhere in my configs for amavis
It's not set at all and this is installed on debian.
Does debian automatically set that to header by default?

so would i just set it to
$undecipherable_subject_tag = 'undef'';
or would it be
$undecipherable_subject_tag = '';

Because that line isn't anywhere to be found in my config
files. and 
that's suppose to be disabled by default right?

Thanks,
James

Martin Svensson wrote:
> Hi James,
>
> Check the examples found in amavisd.conf-sample:
>
> --
> # a string to prepend to Subject (for local recipients
only) if mail could
> # not be decoded or checked entirely, e.g. due to
password-protected archives
> $undecipherable_subject_tag = '***UNCHECKED*** ';  #
undef disables it
> --
>
> /Martin
>
>
>   
>> Some users are complaining about receiving a couple
mails that have the
>> subject changed with something like ***UNCHECKED***
prepended to the
>> subject.
>> I disabled the ***SPAM*** subject reqrite but how
do i remove the
>> unchecked one?
>>
>> TIA
>> -James
>>
>>
------------------------------------------------------------
-------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio
2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> AMaViS-user mailing list
>> AMaViS-userlists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/amavis-user

>> AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
>> AMaViS-HowTos:http://www.amavis.org/ho
wto/
>>
>>     
>
>   

------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: How to remove Subject: ***UNCHECKED***
country flaguser name
Sweden
2008-02-22 13:59:30
I guess it's just left out of the debian packaged config
file. I think the
default value is to change the subject (since your
installation does it
without any config specifying it)

Just add:

$undecipherable_subject_tag = undef;

Good luck!

/Martin

> Hmmm,
> i don't have that anywhere in my configs for amavis
> It's not set at all and this is installed on debian.
> Does debian automatically set that to header by
default?
>
> so would i just set it to
> $undecipherable_subject_tag = 'undef'';
> or would it be
> $undecipherable_subject_tag = '';
>
> Because that line isn't anywhere to be found in my
config files. and
> that's suppose to be disabled by default right?
>
> Thanks,
> James
>
> Martin Svensson wrote:
>> Hi James,
>>
>> Check the examples found in amavisd.conf-sample:
>>
>> --
>> # a string to prepend to Subject (for local
recipients only) if mail
>> could
>> # not be decoded or checked entirely, e.g. due to
password-protected
>> archives
>> $undecipherable_subject_tag = '***UNCHECKED*** '; 
# undef disables it
>> --
>>
>> /Martin
>>
>>
>>
>>> Some users are complaining about receiving a
couple mails that have the
>>> subject changed with something like
***UNCHECKED*** prepended to the
>>> subject.
>>> I disabled the ***SPAM*** subject reqrite but
how do i remove the
>>> unchecked one?
>>>
>>> TIA
>>> -James
>>>
>>>
------------------------------------------------------------
-------------
>>> This SF.net email is sponsored by: Microsoft
>>> Defy all challenges. Microsoft(R) Visual Studio
2008.
>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>>
_______________________________________________
>>> AMaViS-user mailing list
>>> AMaViS-userlists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/amavis-user

>>> AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
>>> AMaViS-HowTos:http://www.amavis.org/ho
wto/
>>>
>>>
>>
>>
>
>
------------------------------------------------------------
-------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> AMaViS-user mailing list
> AMaViS-userlists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amavis-user

> AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
> AMaViS-HowTos:http://www.amavis.org/ho
wto/
>



------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )