Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [anup123] BCC Delivery Failure In 2.2 - Courier-MTA

Quote Reply
Re: [anup123] BCC Delivery Failure In 2.2 - Courier-MTA In reply to
Sorry, but this is an extremely weird case that I can't implement directly into incoming.pl as it may break other people's installations. For future reference, all you need to change in incoming.pl is on line ~625:
Code:
# qmail setup with vpopmail may put domain.com-user@domain.com into the Delivered-To field - strip the domain out.
# Depending on how your mail server is setup, you might want to change this.
$pop_user =~ s/^\Q$domain\E-//i;
You need to change that regular expression to reflect your server's format. If you look at your 2.1.0's incoming.pl, it's probably already done for you. Just copy it. It's not quite as simple as the default regex, since you have to strip off your server's domain name, and replace that with the domain name at the beginning, but without the 'mail.'

Adrian
Subject Author Views Date
Thread BCC Delivery Failure In 2.2 - Courier-MTA anup123 5319 Oct 22, 2003, 2:09 PM
Thread Re: [anup123] BCC Delivery Failure In 2.2 - Courier-MTA
brewt 5191 Oct 23, 2003, 5:47 PM
Thread Re: [brewt] BCC Delivery Failure In 2.2 - Courier-MTA
anup123 5154 Oct 23, 2003, 9:09 PM
Thread Re: [anup123] BCC Delivery Failure In 2.2 - Courier-MTA
brewt 5168 Oct 23, 2003, 9:28 PM
Thread Re: [brewt] BCC Delivery Failure In 2.2 - Courier-MTA
anup123 5156 Oct 23, 2003, 9:48 PM
Thread Re: [anup123] BCC Delivery Failure In 2.2 - Courier-MTA
brewt 5151 Oct 23, 2003, 10:13 PM
Post Re: [brewt] BCC Delivery Failure In 2.2 - Courier-MTA
anup123 5172 Oct 24, 2003, 4:07 AM
Thread Re: [brewt] BCC Delivery Failure In 2.2 - Courier-MTA
brewt 5130 Oct 24, 2003, 4:33 PM
Post Re: [brewt] BCC Delivery Failure In 2.2 - Courier-MTA
anup123 5153 Oct 24, 2003, 5:19 PM