Github user trixpan commented on the issue:

    https://github.com/apache/nifi/pull/827
  
    @olegz You are clearly confusing envelope (the data exchanged within an 
SMTP session) with header information (the data added to the body of the 
message after the DATA command). 
    
    They don't need to match. 
    
    MAIL FROM is an envelope detail it is NOT added to a message. Please refer 
back to this comment:
    
    https://github.com/apache/nifi/pull/827#discussion_r74362397
    
    Note how although MAIL FROM was set to a...@aaa.com this information never 
makes into the resulting flowfile. 
    
    The RCPT TO input makes to it but requires a multiline regex to parse it 
and that regex will be quite brittle as resolution will require a IPv4 / IPv6 
match, variable domains and so it goes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to