Pages: 1
RSS
Some mail not getting through to recipients, I have x-mailer disabled, but some recipients still do not receive
 
I have X-mailer disabled as described in the knowledge base article on this subject, but some recipients still do not receive email sent from the bat. Is it because some anti-spam delete all email that does not have X-mailer info?

Is there a way to set X-mailer settings to look identical to Outlook settings, as opposed to just removing X-mailer info?

thanks.
 
Yes, there is a way to do this.

Check to see if your Preferences .. Messages .. Message Headers settings include a 'Mailer' header.

If not, you will need to define it:
Code
  Click the 'Add' button.
  You'll get a pop-up to define the header
  Display as: Mailer
  RFC header: X-Mailer
  Uncheck: 'This field is an address list' (because it isn't)
  Check: 'Allow this field to be edited in the message editor'
  Check:  'Display  this  field  in the scrollable part of the header pane'


Now you can use the %SetHeader('Mailer','Microsoft lookout suppressed 7.95') macro  in  your  templates to invoke the header when required.
iviarck
 
I tried to get this working in the latest edition of the bat.  I went to the right section and tried to add like in your example and it tells me:

"The RFC header is used in the internal processing and cannot be added to the list of custom fields"

So I went to the existing X-mailer header and tried to edit that but it wont let me select

'Allow this field to be edited in the message editor'

How can I get this to work?
 
I have also tried the instructions above and experiencing the same as the user above.
Screenshot here: http://www.freeimagehosting.net/image.php?11abe17682.jpg
Edited: hare hare - 02 February 2011 12:18:48
 
You need to define a Mailer: header, the RFC name should be Mailer
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
Pages: 1