forwardemail.net icon indicating copy to clipboard operation
forwardemail.net copied to clipboard

Webhook with username is always invalid in TXT record

Open sparksp opened this issue 11 months ago • 0 comments

Using the example from the FAQs forward-email=alias:https://requestbin.com/r/en8pfhdgcculn the below line of code will find the username as alias:https and the target as //requestbin.com/r/en8pfhdgcculn which is invalid.

https://github.com/forwardemail/forwardemail.net/blob/6949cdf5748ec6971e010d3582dd7c11971b6e60/app/models/domains.js#L1867

Using a regex username or a global rule works fine.

sparksp avatar Mar 11 '24 09:03 sparksp