Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4610556
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:08:53+00:00 2026-05-22T01:08:53+00:00

ive got some trouble with writting regex for this lines in exim log 1.

  • 0

ive got some trouble with writting regex for this lines in exim log

 1. 2011-05-12 11:30:26 1QKRHt-0001aD-Vd => mail <mail@mail.example.com> F=<root@example.com> bla bla 
 2. 2011-04-22 12:01:31 1QDCF0-0002ss-Nw => /var/mail/mail <root@mail.mealstrom.org.ua> F=<root@example.com> bla bla 
 3. 2011-05-12 11:29:01 1QKRGU-0001a5-Ok => mail@mail.example.com F=<root@example.com> bla bla

and i want to put to variable this mail@mail.example.com in one regexp. ive tryed to use logic lile this: find last string before ‘F=’, seperated by whitespaces and can be locked in < >

Can you help me to write this logic?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T01:08:54+00:00Added an answer on May 22, 2026 at 1:08 am

    You can use the following regex:

    # the line should be in variable $line
    if ($line =~ /.*?\s+<?(\S+?)>?\s+F=/) {
      # ...
    }
    

    And then it is a good idea to validate your match with Mail-RFC822-Address perl module, so the full code could be:

    use Mail::RFC822::Address qw(valid);
    
    # the line should be in variable $line
    if ($line =~ /.*?\s+<?(\S+?)>?\s+F=/) {
      if (valid($1)) {
        # ...
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

ive got trouble with this regex: $line1 = bla <bla> bla F=<> bla <>
I´m having some trouble deciding in which way to go... I've got this application
I've got some trouble trying to make this work. I have 2 models, User_Pro
I'm having some trouble understanding a bit of code. I've got 2 classes Company
How can I manually set a position with some code? Ok Ive got some
I've got some code like this: letters = [('a', 'A'), ('b', 'B')] i =
I've got some trouble with the <video> element I guess. I have a little
I'm having some trouble with this one thing I'm working on in php(though I
I've got some trouble with jQuery script on my Asp.net page. During first load
I've got some trouble with displaying pdfs in IE7 (which were generated by R&OS'

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.