Dennis Gesker said:
> I seem to be having an issue where either Anomy or the tnef2multpart.pl
> script are ignoring winmail.dat files. Below is my configuration in
> Anomy. When I run tnef2multipart.pl from the command line it does
> process the tnef file into mime. No errors appear in my maillogs. I'm
> calling Anomy from maildrop.
>
> I've attached the winmail.dat I'm using for testing purposes. My email
> client is Thunderbird. My configuration is below, my default policy for
> the time being is: accept.
>
> Am I missing something obvious? Could someone provide me with some
> pointers.
>
> file_list_1 = (?)(winmail.dat)
> file_list_1_policy = accept
> file_list_1_scanner = /usr/bin/tnef2multipart.pl FILENAME%
>
> Any tips or help would be very much appreciated.
>
Try capturing the STDERR output from Anomy when it's run by maildrop (and
uncomment $LOGFILE in tnef2multipart). Those logs should reveal what's
going on.
Also, your anomy config should look something like this:
file_list_1 = (?i)(winmail.dat)
file_list_1_policy = accept:drop:drop:drop
file_list_1_scanner = 0:::/usr/bin/tnef2multipart.pl %FILENAME
-- Derrick Webber 138356@xyz.molar.is Advosys Consulting Inc. Ottawa http://advosys.ca/ --