in reply to Re: Generating Message_id email headers
in thread Generating Message_id email headers

crypt(localtime,'$5$')
Not all perls support sha256-based crypt, so actually, don't do this. Old crypt truncates the input at 8 characters, so you're actually only using the day-of-week and month.
  • Comment on Re^2: Generating Message_id email headers