Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(On TERENA systems, this script is located at /usr/local/share/sysadmin/misc/pgmailcsv).

CSV files with e-mail addresses

...

This is a problem with MailTweak, because it doesn't grok MIME encoding, so it will use this string verbatim in the mail header, which which screw up the text (and likely trip any upstream spam filters).

This can be fixed by using Perl's Encode::MIME::Header. I choose to do this from within PostgreSQL, by adding the Perl procedural language. I needed to use the "unsafe" version, so that libraries can be used.

...