-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
986 custom envelope sender remerge #2334
986 custom envelope sender remerge #2334
Conversation
…ophish#986) Adds the ability to specify an envelope sender in templates. fix merge errors fix indentiation
…level Add some logging regarding from headers
This pull request introduces 1 alert when merging 648ee10 into db63ee9 - view on LGTM.com new alerts:
|
Hi @ptitdoc - thanks for sending this through. Could you give me a bit of context and additional info as to what you're adding here? Thanks! |
Hello, The goal is to specify a different Envelope-Sender and SMTP-From address. The SMTP-From address (RCPT TO) don't change, but it is now possible to specify a |
It's also to answer the feature request #858 |
Hi. Can't believe it hasnt been merged into gophish yet. Lets hope it makes it in this time around :) |
Hi all - thanks for your work on this. Have you been able to test backwards compatibility? e.g. if someone has current sending profiles etc already setup and they upgrade to this PR, will their sending profiles still work. This seems like a very good feature, but I want to be very careful about merges that change a lot of fundamental plumbing. |
Hello, I actually tested using an actual gophish instance that I migrated to this PR986 and I could still use the old sending profiles (the new parameter being optional, I don't think it can be a problem). |
I gave this a quick test with an existing gophish database, and it seems goose didn't run the database updates:
So we don't have the new field: Might be because the database migration files are from 2018. I'll investigate some more. |
Looks like renaming the migration files to today's date worked. I'll continue testing. |
Initial test looks good. My test setup: Sending Profile: Set Sent campaign email to user Here are the log files on my mailserver
And the rendering in the email client: @ptitdoc and @ChessSpider does the above all look correct? |
yeah looks good to me! |
@ptitdoc would you be able to resolve the merge conflicts please (from the recent |
Sorry, I forgot. I just done it. |
This pull request introduces 1 alert when merging 17d8d56 into e0acb99 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging fa53dfb into e0acb99 - view on LGTM.com new alerts:
|
LGTM! Thanks all for your work on this. |
Remerge #986 in master