Displaying 1 result from an estimated 1 matches for "destination54".
Did you mean:
destination53
2016 Nov 17
2
Generalized looping possible in pigeonhole sieve?
...[...]
if address :matches ["From", "Sender", "To", "Cc"] "address53" {
fileinto "destination53"
}
if address :matches ["From", "Sender", "To", "Cc"] "address54" {
fileinto "destination54"
}
[...]
Longer:
I've been using a table-based dispatch approach with procmail for years
and it was working reasonably well.
The approach uses list of pairs of address and destination boxes and
doing a lookup based on the message to be delivered. With procmail, I
collected the list...