Sorry if this is a second such message, when writing the previous one I 
pressed the wrong key and it got sent before I finished it 8///

I'm having a little problem with custom bounces. Searched both the list 
archives, tmda site and google - to no avail so far.

I am using another software before TMDA is invoked to add custom headers 
to messages, to mark them whether they came from an RBL-listed source or 
not. Then I bounce the messages marked as sent from an RBL-ed source:

headers 'X-RBL-Check:.*' bounce

However, I wanted to use a different template for these bounces, than for 
blacklist bounces, explaining to the user why he/she has been blocked [if 
it's a legitimate user] and explaining how to complain to his provider 
about the SMTP server being in an RBL. However, I would only like this 
bounce to be customised for the .pl domain. So I placed the custom file 
in the pl/ subdirectory with all the other templates.

The problem is with the syntax of the reject=<template> command in the 
filters.

I've tried:

headers 'X-RBL-Check:.*' reject=bounce_rbl.txt
headers 'X-RBL-Check:.*' reject="bounce_rbl.txt"
headers 'X-RBL-Check:.*' reject='bounce_rbl.txt'

But all I'm getting is errors... I've got either "missing or bogus 
<action> field" or "garbage at end of line" errors...

What's the correct syntax here? I want it to be a relative path, so that 
if the template is not found in the domain subdirectory, a default one is 
used, and this template is only found in the pl/ subdirectory, for 
senders from Polish domains...

I'd appreciate some help here...

-- 
tomasz 'tonid' nidecki, zoliborz, warszawa, poland
[EMAIL PROTECTED] http://tonid.net http://endemic.org
'nie przejmuj sie, przytul glonojada' (c)hubertus
        [spamtrap: [EMAIL PROTECTED]

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to