On the node, I am using the following construction:
Remap *,2:5010/278,2:5010/278.1
Since the node is a headless station, all messages to .0 need to be sent
to point .1.
However, there is an issue with processing messages for AllFix ? since
AllFix is essentially handled by another module (htick), it simply
"doesn't see" the messages because hpt at the tossing stage already
performed the remap and sent the messages to .1.
Essentially, the question is: how can we make the Remap directive not
execute if the message is addressed to robots?
Essentially, the question is: how can we make the Remap directive
not execute if the message is addressed to robots?
I'm using Carbon* to move Allfix messages to a dedicated netmail area
that Allfix can read.
CarbonFromArea netmail
CarbonTo allfix
CarbonMove netmail.to.allfix
Not sure about the order of processing remap and carbon..
Essentially, the question is: how can we make the Remap directive
not execute if the message is addressed to robots?
I'm using Carbon* to move Allfix messages to a dedicated netmail
area that Allfix can read.
CarbonFromArea netmail
CarbonTo allfix
CarbonMove netmail.to.allfix
Not sure about the order of processing remap and carbon..
But I also don't understand this clearly, but there is a hypothesis
that Carbon does not exclude Remap
AllFix is essentially handled by another module (htick), it simply "doesn't see" the messages because hpt at the tossing stage
AllFix is essentially handled by another module (htick), itDo you know which module command do the remapping?
simply "doesn't see" the messages because hpt at the tossing
stage
hpt toss
hpt scan
hpt afix
A modification does make more sense when done at the scan for export.
That way it could:
import new pkt with "hpt toss"
For testing disable your automatic mail processing, start theIn my case, it's simply enough to comment out the Remap line and everything works as intended
batchlines manually and check the result of every job.
Processing incoming emails occurs at the 'hpt toss' stage.
However, Remap does not interfere with the processing of emails for Areafix.
So, I don't have separate calls to 'hpt afix' and 'hpt scan'.
In my case, it's simply enough to comment out the Remap line and everything works as intended
I think maybe we could use a hook in the perl file filter() instead
of Remap?
Sysop: | Weed Hopper |
---|---|
Location: | Clearwater, FL |
Users: | 13 |
Nodes: | 6 (0 / 6) |
Uptime: | 05:53:27 |
Calls: | 91 |
Files: | 50,208 |
D/L today: |
105 files (11,379K bytes) |
Messages: | 284,637 |