-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mark Constable <[EMAIL PROTECTED]> wrote on 2008-Aug-27: > I have a number of .courier files pointing to external email > addresses and I would like to rewrite the From_ line to avoid > SPF blocking on destination mail servers that use SPF checking. > > # cat .courier > [EMAIL PROTECTED] > > Can anyone suggest the simplest way to rewrite a From_ line > starting from the above situation?
By "From_" line do you mean the SMTP envelope "MAIL FROM:"? If so then I think you could simply change your .courier to be | sendmail -f <some-good-address> [EMAIL PROTECTED] That would pump the message back out through sendmail, but with a different "MAIL FROM:" I haven't tried this, so YMMV, as they say. ;-) Jeff Jansen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFItK5kGfIHDMaiC9cRAth4AJ0QjupRf0HjUqzvTq5+gr4H5yqK9QCfSgyH KxmhCIlLao4ksQpuQH6qUCo= =EkG2 -----END PGP SIGNATURE----- ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
