Re: This is a valid jmx file, but will turn empty when saved

2021-04-11 Thread Tong Sun
On Tue, Nov 24, 2020 at 5:03 PM Tong Sun wrote: > > Hi, > > This is my first post here, and I don't know the policy on attaching > files. So I put my file at > > https://dpaste.com/F3K6Y7ZV2 > > It's a valid jmx file (search.jmx), which can be included from e.g., > > https://dpaste.com/DB5TEMNSW >

Re: Starting Jmeter without the logo

2021-04-11 Thread Tong Sun
On Sun, Apr 11, 2021 at 4:49 AM Felix wrote: > > > Am 10.04.21 um 22:39 schrieb Tong Sun: > > On Sat, Apr 10, 2021 at 2:03 PM Felix Schumacher wrote: > > > >> https://bz.apache.org/bugzilla/show_bug.cgi?id=65232 > >> > >> A fix has been applied to trunk. Are you able to test it and report, > >>

Re: SMTP Handler - get queue id

2021-04-11 Thread Felix Schumacher
While I still believe, that you are better of chasing the message-id, you can try the attached patch, which should give you the message as a header on the result sample. Try your luck and report back :) Felix Am 11.04.21 um 15:23 schrieb Oren Nudelman: > I am using also python smtplib for

RE: SMTP Handler - get queue id

2021-04-11 Thread Oren Nudelman
I am using also python smtplib for sending emails (on another project) and they added a patch for getting back the response code and message text. https://github.com/python/cpython/pull/12148/files parsing the text should be user side business, but I expected javamail to at least return a

Re: Starting Jmeter without the logo

2021-04-11 Thread Felix Schumacher
Am 10.04.21 um 20:41 schrieb Shay Ginsbourg: > > Small suggestion:  There should be a parameter in the > "jmeter.properties" file inside the "Look and Feel configuration" > section to allow disabling the logo splashing. I am +-0 to this. I notice the splash screen rarely and it didn't annoy me,

Re: Starting Jmeter without the logo

2021-04-11 Thread Felix Schumacher
Am 10.04.21 um 22:39 schrieb Tong Sun: > On Sat, Apr 10, 2021 at 2:03 PM Felix Schumacher wrote: > >> https://bz.apache.org/bugzilla/show_bug.cgi?id=65232 >> >> A fix has been applied to trunk. Are you able to test it and report, whether >> it fixes your (first) problem? > Thanks a lot for the

Re: SMTP Handler - get queue id

2021-04-11 Thread Felix Schumacher
Am 11.04.21 um 10:17 schrieb Oren Nudelman: > Hi , > > Thank you for the feedback. > I need the queue id so I can later track the mail on our logs (in case of > delivery problems). In that case, I would go with the message-id header. Postfix will log it and it is in the mail headers. Plus, it

RE: SMTP Handler - get queue id

2021-04-11 Thread Oren Nudelman
Hi , Thank you for the feedback. I need the queue id so I can later track the mail on our logs (in case of delivery problems). I am not sure if all smtp server return it on the response. Testing it via telnet with postfix I get it 220 ESMTP Postfix (Ubuntu) ehlo 250- 250-PIPELINING 250-SIZE