Page 1 of 1

Disable PowerMTA JobID Header

PostPosted: Wed Oct 08, 2014 5:09 pm
by alex
Hi Maborak,

Is it possible to permanently disable PowerMTA JobID Header?

I know I can turn it off manually when sending campaign, but I want it turned off permanently. :D

Thanks,
Alex

Re: Disable PowerMTA JobID Header

PostPosted: Sun Oct 19, 2014 2:11 am
by MaBoRaK
loading........

Hello Alex, you can disable the JobID editing the file: mta/templates/iem_campaign_mta_mail_settings.tpl

line: 211

Change:

Code: Select all
<select name="pmtajobid" style="width:150px;">
         <option value="1" selected="selected">Yes</option>
         <option value="0">No</option>
      </select>


to

Code: Select all
<select name="pmtajobid" style="width:150px;">
         <option value="1">Yes</option>
         <option value="0" selected="selected">No</option>
      </select>


Cheers.

connection closed.

Re: Disable PowerMTA JobID Header

PostPosted: Sun Mar 08, 2015 10:23 pm
by Osensnolf
Just curious - what is the benefit or doing this? Do ISP's see an email with JobID-123 marked as junk and then assume all of the others are junk as well?

THanks

Re: Disable PowerMTA JobID Header

PostPosted: Thu May 21, 2015 10:23 pm
by MaBoRaK
loading.......


Osensnolf wrote:Just curious - what is the benefit or doing this? Do ISP's see an email with JobID-123 marked as junk and then assume all of the others are junk as well?

THanks


No my friend, the jobID is useful within PowerMTA, because you will be able to get the stats directly from JOBID, like: "show job status"

connection closed.

Re: Disable PowerMTA JobID Header

PostPosted: Sat May 23, 2015 4:03 pm
by PCEMS
Hi. Any chance to have a ticket opened the 18th/05/15 and still No reply from support?

Thanks.